mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
10 lines
251 B
Makefile
10 lines
251 B
Makefile
|
BOARDNAME := MikroTik devices
|
||
|
FEATURES += minor nand squashfs
|
||
|
|
||
|
DEFAULT_PACKAGES += wpad-basic
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for MikroTik devices based on Qualcomm Atheros
|
||
|
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
|
||
|
endef
|