diff options
author | Paul Spooren <mail@aparcar.org> | 2021-11-02 14:40:08 -1000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-07 18:31:34 +0100 |
commit | 646c011ec76eca151b24ccde01df12f47e199d2d (patch) | |
tree | b9252c4c623863f2d22559767fe2dc291108731b /target/linux/pistachio | |
parent | 786cbf0fa4212baaa88dad9602d6467061333dc7 (diff) | |
download | upstream-646c011ec76eca151b24ccde01df12f47e199d2d.tar.gz upstream-646c011ec76eca151b24ccde01df12f47e199d2d.tar.bz2 upstream-646c011ec76eca151b24ccde01df12f47e199d2d.zip |
pistachio: switch to Kernel 5.10
This was successfully boot tested on a Creator Ci40.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/pistachio')
-rw-r--r-- | target/linux/pistachio/Makefile | 5 |
1 files 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 |