openwrt/target/linux/mediatek/mt7622/target.mk
Felix Fietkau c46ccb69d1 mediatek: mt7622: add Linux 5.10 support
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>
2021-02-28 00:45:56 +00:00

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