[openwrt/openwrt] sunxi: switch to Kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 25 13:28:36 PDT 2021
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/abd67de9f0d6470ba48f6df635db29ce91855397
commit abd67de9f0d6470ba48f6df635db29ce91855397
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Sep 29 19:27:07 2021 -1000
sunxi: switch to Kernel 5.10
Compile tested and run tested on Pine64+.
Acked-by: Daniel Golle <daniel at makrotopia.org>
Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/sunxi/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index 1f85f9b870..1c94c6eaaf 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -10,8 +10,8 @@ BOARDNAME:=Allwinner A1x/A20/A3x/H3/H5/R40
FEATURES:=fpu usb ext4 display rtc squashfs
SUBTARGETS:=cortexa8 cortexa7 cortexa53
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
+
KERNELNAME:=zImage dtbs
# A10: Cortex-A8
More information about the lede-commits
mailing list