mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +08:00
11 lines
257 B
Makefile
11 lines
257 B
Makefile
BOARDNAME := Generic devices with NAND flash
|
|
|
|
FEATURES += nand
|
|
|
|
DEFAULT_PACKAGES += wpad-openssl
|
|
|
|
define Target/Description
|
|
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
|
in the ar72xx and subsequent series, with support for NAND flash
|
|
endef
|