[source] mt76: ensure that the metapackage gets built as .ipk

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 5 14:39:12 PDT 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/9613d97b29e4e2d79bd004613fd577c097adbe27

commit 9613d97b29e4e2d79bd004613fd577c097adbe27
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Apr 5 23:38:42 2017 +0200

    mt76: ensure that the metapackage gets built as .ipk
    
    Fixes errors during the image builder run
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/kernel/mt76/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 552159a..5e68be2 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -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 \



More information about the lede-commits mailing list