diff options
| author | Zoltan HERPAI | 2023-09-16 15:52:57 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2023-09-16 20:27:17 +0000 |
| commit | 863444f9cb3908880eaaa15a99808f7f802881b4 (patch) | |
| tree | be469270fe23be6a6f69fee7dea1c6c189612123 | |
| parent | fdce970dbb47a6f91b08bdac21a098e77926549f (diff) | |
| download | openwrt-863444f9cb3908880eaaa15a99808f7f802881b4.tar.gz | |
sunxi: use kernel 6.1 as default
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 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 |