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