From d17cb4a68a4544dca690629ee9a2483da29fa42a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 4 May 2017 14:07:47 +0200 Subject: ramips: purge default packages on MT7621 In order to have a smaller initramfs image remove all packages not needed on all devices and add them explicitely for those actually needing them. Also remove wpad-mini from ramips default package set and add it to all sub-targets except for MT7621. While at it reorder packages alphabetically and replace kmod-mt76 with kmod-mt7603 and/or kmod-mt76x2 depending on the chip actually used on a specific board. Hopefully fixes FS#758 Signed-off-by: Daniel Golle --- target/linux/ramips/rt288x/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/rt288x') diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index 65ad68fd81..2ca5ecfbb3 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -6,7 +6,7 @@ SUBTARGET:=rt288x BOARDNAME:=RT288x based boards CPU_TYPE:=24kc -DEFAULT_PACKAGES += kmod-rt2800-soc +DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini define Target/Description Build firmware images for Ralink RT288x based boards. -- cgit v1.2.3