Browse Source

pistachio: switch to Kernel 5.10

This was successfully boot tested on a Creator Ci40.

Signed-off-by: Paul Spooren <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>
Paul Spooren 4 years ago
parent
commit
646c011ec7
1 changed files with 2 additions and 3 deletions
  1. 2 3
      target/linux/pistachio/Makefile

+ 2 - 3
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