mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-30 02:16:59 +08:00

The 6.12 testing kernel for ath79 target is ready now. Tested on AR9344 (ath79/nand) and QCA9531 (ath79/generic). Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
12 lines
309 B
Makefile
12 lines
309 B
Makefile
BOARDNAME := MikroTik devices
|
|
FEATURES += minor nand
|
|
KERNELNAME := vmlinux vmlinuz
|
|
IMAGES_DIR := ../../..
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-mbedtls yafut
|
|
|
|
define Target/Description
|
|
Build firmware images for MikroTik devices based on Qualcomm Atheros
|
|
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).
|
|
endef
|