mirror of
				https://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 04:59:16 +00:00 
			
		
		
		
	It appears that only a few users are using the pistachio SoC. The most active user of the target has already approved the testing kernel and so it is very unlikely bugs will be reported in the near future. Therefore, the target should be directly bumped to 5.15. Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Nick Hainke <vincent@systemli.org>
		
			
				
	
	
		
			26 lines
		
	
	
		
			445 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			445 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # Copyright (C) 2017-2021 OpenWrt.org
 | |
| 
 | |
| include $(TOPDIR)/rules.mk
 | |
| 
 | |
| ARCH:=mipsel
 | |
| BOARD:=pistachio
 | |
| BOARDNAME:=MIPS pistachio
 | |
| FEATURES:=fpu usb usbgadget squashfs targz nand
 | |
| CPU_TYPE:=24kc
 | |
| CPU_SUBTYPE:=24kf
 | |
| SUBTARGETS:=generic
 | |
| 
 | |
| KERNEL_PATCHVER:=5.15
 | |
| 
 | |
| include $(INCLUDE_DIR)/target.mk
 | |
| 
 | |
| KERNELNAME:=vmlinux dtbs
 | |
| 
 | |
| DEFAULT_PACKAGES += \
 | |
| 	kmod-gpio-button-hotplug \
 | |
| 	uboot-envtools
 | |
| 
 | |
| $(eval $(call BuildTarget))
 |