From: Robert Marko Date: Tue, 26 Mar 2024 11:56:34 +0000 (+0100) Subject: airoha: default to kernel 6.1 X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=cbc2664d1d33d33760516516b49915787d33470d;p=openwrt%2Fstaging%2Fxback.git airoha: default to kernel 6.1 6.1 has been present as testing for a while now, so default to it. Signed-off-by: Robert Marko --- diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 5906a1307e..0a66ef839c 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -6,8 +6,7 @@ BOARDNAME:=Airoha ARM CPU_TYPE:=cortex-a7 FEATURES:=dt squashfs nand ramdisk gpio source-only -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk