openwrt/target/linux/ath79/tiny/target.mk
Adrian Schmutzler e852709bae ath79: consolidate testing kernel
All subtargets have the same testing kernel set, so move it to the
target definition.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:58 +00:00

9 lines
219 B
Makefile

BOARDNAME:=Devices with small flash
FEATURES += small_flash
DEFAULT_PACKAGES += wpad-basic-wolfssl
define Target/Description
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
endef