mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
11 lines
292 B
Makefile
11 lines
292 B
Makefile
|
ARCH:=aarch64
|
||
|
SUBTARGET:=filogic
|
||
|
BOARDNAME:=Filogic 830 (MT7986)
|
||
|
CPU_TYPE:=cortex-a53
|
||
|
DEFAULT_PACKAGES += kmod-mt7915e kmod-mt7986-firmware wpad-basic-wolfssl uboot-envtools
|
||
|
KERNELNAME:=Image dtbs
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for MediaTek Filogic ARM based boards.
|
||
|
endef
|