[openwrt/openwrt] pistachio: switch to Kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 7 09:35:21 PST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/646c011ec76eca151b24ccde01df12f47e199d2d
commit 646c011ec76eca151b24ccde01df12f47e199d2d
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Nov 2 14:40:08 2021 -1000
pistachio: switch to Kernel 5.10
This was successfully boot tested on a Creator Ci40.
Signed-off-by: Paul Spooren <mail at aparcar.org>
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/pistachio/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile
index 09bdf4d6b6..8bafaa0b21 100644
--- a/target/linux/pistachio/Makefile
+++ b/target/linux/pistachio/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-# Copyright (C) 2017 OpenWrt.org
+# Copyright (C) 2017-2021 OpenWrt.org
include $(TOPDIR)/rules.mk
@@ -11,8 +11,7 @@ FEATURES:=fpu usb usbgadget squashfs targz nand
CPU_TYPE:=24kc
CPU_SUBTYPE:=24kf
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list