airoha: allow selecting 6.1 as test kernel
[openwrt/staging/stintel.git] / target / linux / airoha / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=arm
4 BOARD:=airoha
5 BOARDNAME:=Airoha ARM
6 CPU_TYPE:=cortex-a7
7 FEATURES:=dt squashfs nand ramdisk gpio source-only
8
9 KERNEL_PATCHVER:=5.15
10 KERNEL_TESTING_PATCHVER:=6.1
11
12 include $(INCLUDE_DIR)/target.mk
13
14 KERNELNAME:=Image dtbs
15
16 $(eval $(call BuildTarget))