pistachio: Use kernel 5.4 by default
[openwrt/staging/wigyori.git] / target / linux / pistachio / Makefile
1 #
2 # Copyright (C) 2017 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=pistachio
11 BOARDNAME:=MIPS pistachio
12 FEATURES:=fpu usb usbgadget squashfs targz nand
13 CPU_TYPE:=24kc
14 CPU_SUBTYPE:=24kf
15
16 KERNEL_PATCHVER:=5.4
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))