60e931eae2
All subtargets have the same testing kernel set, so move it to the target definition. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
11 lines
263 B
Makefile
11 lines
263 B
Makefile
BOARDNAME := Generic devices with NAND flash
|
|
|
|
FEATURES += nand
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
define Target/Description
|
|
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
|
in the ar72xx and subsequent series, with support for NAND flash
|
|
endef
|