[source] ramips: include only kmod-mt76-core in EX2700 image
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 26 03:21:30 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/df36b5e1b3d5de419a0c86b7d4bef99e7a8ecbb0
commit df36b5e1b3d5de419a0c86b7d4bef99e7a8ecbb0
Author: Joseph C. Lehner <joseph.c.lehner at gmail.com>
AuthorDate: Fri Feb 24 18:20:48 2017 +0100
ramips: include only kmod-mt76-core in EX2700 image
This patch frees up flash space on the EX2700, by
removing unused mt76 drivers and firmware.
Signed-off-by: Joseph C. Lehner <joseph.c.lehner at gmail.com>
---
target/linux/ramips/image/mt7620.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 2900684..4a76ab3 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -61,6 +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_TITLE := Netgear EX2700
endef
TARGET_DEVICES += ex2700
More information about the lede-commits
mailing list