[openwrt/openwrt] mxs: switch to Kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 14 14:33:10 PST 2021
wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d842da8d1b2c12d70ae9a45d90ed94c10201fcde
commit d842da8d1b2c12d70ae9a45d90ed94c10201fcde
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Sep 29 19:23:05 2021 -1000
mxs: switch to Kernel 5.10
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/mxs/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile
index 50de5418c1..a5940486df 100644
--- a/target/linux/mxs/Makefile
+++ b/target/linux/mxs/Makefile
@@ -10,8 +10,8 @@ BOARDNAME:=Freescale i.MX23/i.MX28
FEATURES:=ext4 rtc usb gpio
CPU_TYPE:=arm926ej-s
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
+
KERNELNAME:=zImage dtbs
define Target/Description
More information about the lede-commits
mailing list