mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 18:47:06 +00:00
c46ccb69d1
Switch mt7622 subtarget to Linux 5.10, it has been tested by many of us on several devices for a couple of weeks already. Signed-off-by: Felix Fietkau <nbd@nbd.name>
12 lines
283 B
Makefile
12 lines
283 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-basic-wolfssl
|
|
KERNELNAME:=Image dtbs
|
|
KERNEL_PATCHVER:=5.10
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|