mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:40:35 +01:00
All subtargets define it. Move it to the parent target and remove it from all subtargets. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
10 lines
263 B
Makefile
10 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
|