diff options
author | Daniel Golle <daniel@makrotopia.org> | 2017-05-04 14:07:47 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2017-05-04 14:13:23 +0200 |
commit | d17cb4a68a4544dca690629ee9a2483da29fa42a (patch) | |
tree | bfeef84ba77dc4ce88edeea770c89368c0383b27 /target/linux/ramips/mt7620/target.mk | |
parent | be40d0a144937a788fa8902e3335a25586acaa95 (diff) | |
download | upstream-d17cb4a68a4544dca690629ee9a2483da29fa42a.tar.gz upstream-d17cb4a68a4544dca690629ee9a2483da29fa42a.tar.bz2 upstream-d17cb4a68a4544dca690629ee9a2483da29fa42a.zip |
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>
Diffstat (limited to 'target/linux/ramips/mt7620/target.mk')
-rw-r--r-- | target/linux/ramips/mt7620/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/target.mk b/target/linux/ramips/mt7620/target.mk index e898005bd0..c4fa2ade75 100644 --- a/target/linux/ramips/mt7620/target.mk +++ b/target/linux/ramips/mt7620/target.mk @@ -7,7 +7,7 @@ BOARDNAME:=MT7620 based boards FEATURES+=usb CPU_TYPE:=24kc -DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76 +DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc kmod-mt76 wpad-mini define Target/Description Build firmware images for Ralink MT7620 based boards. |