mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
23b46b1c61
This is needed for WED support on MT7986. Enable it by default for the filogic subtarget. Signed-off-by: Felix Fietkau <nbd@nbd.name>
11 lines
335 B
Makefile
11 lines
335 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=filogic
|
|
BOARDNAME:=Filogic 830 (MT7986)
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-crypto-hw-safexcel kmod-mt7915e kmod-mt7986-firmware wpad-basic-mbedtls uboot-envtools mt7986-wo-firmware
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek Filogic ARM based boards.
|
|
endef
|