mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-05 22:07:06 +08:00
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
|