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/target.mk | |
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/target.mk')
-rw-r--r-- | target/linux/apm821xx/nand/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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. |