mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
9d9dd518ff
Add 6.1 as the test kernel for airoha. Signed-off-by: Robert Marko <robimarko@gmail.com>
17 lines
285 B
Makefile
17 lines
285 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
CPU_TYPE:=cortex-a7
|
|
FEATURES:=dt squashfs nand ramdisk gpio source-only
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
KERNEL_TESTING_PATCHVER:=6.1
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
$(eval $(call BuildTarget))
|