b98f701fdaabe55218586df0ff60808e415651d6
[openwrt/openwrt.git] / target / linux / ath79 / mikrotik / target.mk
1 BOARDNAME := MikroTik devices
2 FEATURES += minor nand
3 KERNELNAME := vmlinux vmlinuz
4 IMAGES_DIR := ../../..
5
6 DEFAULT_PACKAGES += wpad-basic-wolfssl
7
8 KERNEL_TESTING_PATCHVER:=5.10
9
10 define Target/Description
11 Build firmware images for MikroTik devices based on Qualcomm Atheros
12 MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
13 endef