diff options
author | Chris Blake <chrisrblake93@gmail.com> | 2017-03-31 04:31:21 -0500 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-26 11:34:14 +0200 |
commit | d1c3a9485a90fff9bf7083faba4138e14dcdae7d (patch) | |
tree | 516b1fd010c53bb639295f2e6b5fadbb11cdffd9 /target/linux/apm821xx/nand | |
parent | 837285b83221963739cda81911d8004f30f9afb0 (diff) | |
download | upstream-d1c3a9485a90fff9bf7083faba4138e14dcdae7d.tar.gz upstream-d1c3a9485a90fff9bf7083faba4138e14dcdae7d.tar.bz2 upstream-d1c3a9485a90fff9bf7083faba4138e14dcdae7d.zip |
apm821xx: Add default packages to NAND target
This moves core router packages to the NAND target, to ensure they are
applied to all images. This change is being done due to an issue found
when flashing the MX60W image, which came without these when built as a
multi image.
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/nand')
-rw-r--r-- | target/linux/apm821xx/nand/profiles/00-default.mk | 4 | ||||
-rw-r--r-- | target/linux/apm821xx/nand/target.mk | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/apm821xx/nand/profiles/00-default.mk b/target/linux/apm821xx/nand/profiles/00-default.mk index 12c38ec7ba..8c2203f5a9 100644 --- a/target/linux/apm821xx/nand/profiles/00-default.mk +++ b/target/linux/apm821xx/nand/profiles/00-default.mk @@ -9,10 +9,10 @@ define Profile/Default NAME:=Default Profile PRIORITY:=1 PACKAGES := badblocks block-mount e2fsprogs \ - kmod-ath9k kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ + kmod-dm kmod-fs-ext4 kmod-fs-vfat kmod-usb-ledtrig-usbport \ kmod-md-mod kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ kmod-nls-utf8 kmod-usb3 kmod-usb-dwc2 kmod-usb-storage \ - kmod-spi-gpio partx-utils swconfig wpad-mini + kmod-spi-gpio partx-utils endef define Profile/Default/Description diff --git a/target/linux/apm821xx/nand/target.mk b/target/linux/apm821xx/nand/target.mk index a7d88b87c5..2dce530cef 100644 --- a/target/linux/apm821xx/nand/target.mk +++ b/target/linux/apm821xx/nand/target.mk @@ -1,6 +1,8 @@ BOARDNAME:=Devices with NAND flash (Routers) FEATURES += nand pcie ramdisk squashfs usb +DEFAULT_PACKAGES += kmod-ath9k swconfig wpad-mini + define Target/Description Build firmware images for APM821XX boards with NAND flash. For routers like the MR24 or the WNDR4700. |