mirror of https://github.com/hak5/openwrt.git
mt76: ensure that the metapackage gets built as .ipk
Fixes errors during the image builder run Signed-off-by: Felix Fietkau <nbd@nbd.name>lede-17.01
parent
53fcaed1f7
commit
7099bb19b5
|
@ -82,6 +82,10 @@ define Build/Compile
|
|||
modules
|
||||
endef
|
||||
|
||||
define Package/kmod-mt76/install
|
||||
true
|
||||
endef
|
||||
|
||||
define KernelPackage/mt76x2/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware
|
||||
cp \
|
||||
|
|
Loading…
Reference in New Issue