mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-26 06:09:37 +00:00
058a0b7552
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> (cherry picked from commit d1c3a9485a90fff9bf7083faba4138e14dcdae7d)
10 lines
276 B
Makefile
10 lines
276 B
Makefile
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.
|
|
endef
|