pistachio: switch to Kernel 5.10
[openwrt/staging/ldir.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
14 KERNEL_PATCHVER:=5.10
15
16 include $(INCLUDE_DIR)/target.mk
17
18 KERNELNAME:=vmlinux dtbs
19
20 DEFAULT_PACKAGES += \
21 kmod-gpio-button-hotplug \
22 uboot-envtools
23
24 $(eval $(call BuildTarget))