pistachio: add 6.1 testing kernel
[openwrt/staging/xback.git] / target / linux / pistachio / Makefile
index c13f63bd1840c6ec72f88eb0361083c9d88b3f89..f170ff0125ab0983102a976f256c7f6799826fc6 100644 (file)
@@ -1,9 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
 #
-# Copyright (C) 2017 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# Copyright (C) 2017-2021 OpenWrt.org
+
 include $(TOPDIR)/rules.mk
 
 ARCH:=mipsel
@@ -12,8 +10,10 @@ BOARDNAME:=MIPS pistachio
 FEATURES:=fpu usb usbgadget squashfs targz nand
 CPU_TYPE:=24kc
 CPU_SUBTYPE:=24kf
+SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=4.14
+KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk