[openwrt/openwrt] sunxi: use kernel 6.1 as default
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 16 13:28:05 PDT 2023
wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/863444f9cb3908880eaaa15a99808f7f802881b4
commit 863444f9cb3908880eaaa15a99808f7f802881b4
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sat Sep 16 17:52:57 2023 +0200
sunxi: use kernel 6.1 as default
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
target/linux/sunxi/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index 750a1b7658..acca20f123 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Allwinner A1x/A20/A3x/H3/H5/R40
FEATURES:=fpu usb ext4 display rootfs-part rtc squashfs
SUBTARGETS:=cortexa8 cortexa7 cortexa53
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
KERNELNAME:=zImage dtbs
More information about the lede-commits
mailing list