1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Force use of kernel 5.4 for BPI-R64

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-09 17:36:41 +01:00
parent eb3ecd9249
commit 80c5a8bf75
2 changed files with 487 additions and 0 deletions

View file

@ -0,0 +1,11 @@
ARCH:=aarch64
SUBTARGET:=mt7622
BOARDNAME:=MT7622
CPU_TYPE:=cortex-a53
DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-basic-wolfssl blockdev uboot-envtools
KERNELNAME:=Image dtbs
KERNEL_PATCHVER:=5.4
define Target/Description
Build firmware images for MediaTek MT7622 ARM based boards.
endef