mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 12:03:35 +01:00
All subtargets are using now 5.15 as testing kernel. Move KERNEL_TESTING_PATCHVER:=5.15 to the common Makefile. Signed-off-by: Nick Hainke <vincent@systemli.org>
8 lines
227 B
Makefile
8 lines
227 B
Makefile
BOARDNAME:=Devices with small flash
|
|
FEATURES += low_mem small_flash
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
define Target/Description
|
|
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
|
|
endef
|