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 <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2017-05-04 14:07:47 +02:00
parent be40d0a144
commit d17cb4a68a
9 changed files with 48 additions and 29 deletions

View file

@ -7,7 +7,7 @@ BOARDNAME:=RT3662/RT3883 based boards
FEATURES+=usb pci
CPU_TYPE:=74kc
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc wpad-mini
define Target/Description
Build firmware images for Ralink RT3662/RT3883 based boards.