pistachio: add 6.1 testing kernel
[openwrt/openwrt.git] / target / linux / pistachio / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2017-2021 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=mipsel
8 BOARD:=pistachio
9 BOARDNAME:=MIPS pistachio
10 FEATURES:=fpu usb usbgadget squashfs targz nand
11 CPU_TYPE:=24kc
12 CPU_SUBTYPE:=24kf
13 SUBTARGETS:=generic
14
15 KERNEL_PATCHVER:=5.15
16 KERNEL_TESTING_PATCHVER:=6.1
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:=vmlinux dtbs
21
22 DEFAULT_PACKAGES += \
23 kmod-gpio-button-hotplug \
24 uboot-envtools
25
26 $(eval $(call BuildTarget))