[source] ramips: remove kmod-mt76* from EX2700 images

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 1 13:30:53 PST 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/11356e4078659478d05c355b2bae7cdad8f7f7a0

commit 11356e4078659478d05c355b2bae7cdad8f7f7a0
Author: Joseph C. Lehner <joseph.c.lehner at gmail.com>
AuthorDate: Wed Mar 1 18:44:03 2017 +0100

    ramips: remove kmod-mt76* from EX2700 images
    
    These modules are not needed by the EX2700, since it does not
    have an external wifi chip (MT7620A is covered by rt2x00).
    
    Signed-off-by: Joseph C. Lehner <joseph.c.lehner at gmail.com>
---
 target/linux/ramips/image/mt7620.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 4a76ab3..9a2941c 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -61,7 +61,7 @@ define Device/ex2700
   KERNEL := $(KERNEL_DTB) | uImage lzma | pad-offset 64k 64 | append-uImage-fakeroot-hdr
   IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | \
 	netgear-dni
-  DEVICE_PACKAGES := -kmod-mt76 kmod-mt76-core
+  DEVICE_PACKAGES := -kmod-mt76
   DEVICE_TITLE := Netgear EX2700
 endef
 TARGET_DEVICES += ex2700



More information about the lede-commits mailing list