mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
f3fa68e515
Tested on GL.iNet E750 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
13 lines
294 B
Makefile
13 lines
294 B
Makefile
BOARDNAME := Generic devices with NAND flash
|
|
|
|
FEATURES += nand
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
define Target/Description
|
|
Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
|
|
in the ar72xx and subsequent series, with support for NAND flash
|
|
endef
|