mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
81b59efefd
The new mt76 version splits out the firmware, because the driver can also be used for MT7663/MT7613 Signed-off-by: Felix Fietkau <nbd@nbd.name>
11 lines
253 B
Makefile
11 lines
253 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-basic
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|