From: Paul Spooren Date: Wed, 3 Nov 2021 00:40:08 +0000 (-1000) Subject: pistachio: switch to Kernel 5.10 X-Git-Url: http://git.openwrt.org/openwrt/svn-archive.git?a=commitdiff_plain;h=646c011ec76eca151b24ccde01df12f47e199d2d;p=openwrt%2Fstaging%2Fthess.git pistachio: switch to Kernel 5.10 This was successfully boot tested on a Creator Ci40. Signed-off-by: Paul Spooren Signed-off-by: Hauke Mehrtens --- 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