mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
5af9aafabb
Tested on RB922 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
14 lines
334 B
Makefile
14 lines
334 B
Makefile
BOARDNAME := MikroTik devices
|
|
FEATURES += minor nand
|
|
KERNELNAME := vmlinux vmlinuz
|
|
IMAGES_DIR := ../../..
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
define Target/Description
|
|
Build firmware images for MikroTik devices based on Qualcomm Atheros
|
|
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
|
|
endef
|