OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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 MAINTAINER:=
16  
17 KERNEL_PATCHVER:=4.14
18  
19 include $(INCLUDE_DIR)/target.mk
20  
21 KERNELNAME:=vmlinux dtbs
22  
23 DEFAULT_PACKAGES += \
24 kmod-gpio-button-hotplug \
25 uboot-envtools
26  
27 $(eval $(call BuildTarget))