From 646c011ec76eca151b24ccde01df12f47e199d2d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Tue, 2 Nov 2021 14:40:08 -1000 Subject: [PATCH] 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 --- 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 -- 2.30.2