mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
60e931eae2
All subtargets have the same testing kernel set, so move it to the target definition. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
12 lines
303 B
Makefile
12 lines
303 B
Makefile
BOARDNAME := MikroTik devices
|
|
FEATURES += minor nand
|
|
KERNELNAME := vmlinux vmlinuz
|
|
IMAGES_DIR := ../../..
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
define Target/Description
|
|
Build firmware images for MikroTik devices based on Qualcomm Atheros
|
|
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
|
|
endef
|