mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
5c12fe45b9
Signed-off-by: John Crispin <john@phrozen.org>
12 lines
336 B
Makefile
12 lines
336 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=filogic
|
|
BOARDNAME:=Filogic 8x0 (MT798x)
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += fitblk kmod-phy-aquantia kmod-crypto-hw-safexcel wpad-basic-mbedtls uboot-envtools
|
|
KERNELNAME:=Image dtbs
|
|
DEFAULT_PROFILE:=openwrt_one
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|