diff options
| author | Zoltan HERPAI | 2025-05-29 20:57:53 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-30 13:39:00 +0000 |
| commit | 01bc7a4fe7b48ef507f3e88947741de5a3305185 (patch) | |
| tree | 9b4f7a7b9fe962d963a3ac5aa0cab2434dab5f4c | |
| parent | faf6ca034848bb7d7e9e637b5e5ac9be6c4b6589 (diff) | |
| download | openwrt-01bc7a4fe7b48ef507f3e88947741de5a3305185.tar.gz | |
sunxi: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/sunxi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index 24004ec576..5ebd8eb85e 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Allwinner ARM SoCs FEATURES:=ext4 display rootfs-part rtc squashfs usb usbgadget SUBTARGETS:=cortexa8 cortexa7 cortexa53 -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage dtbs |