mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			425 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			425 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Copyright (c) 2015 OpenWrt.org
 | 
						|
#
 | 
						|
include $(TOPDIR)/rules.mk
 | 
						|
 | 
						|
ARCH:=arm
 | 
						|
BOARD:=mediatek
 | 
						|
BOARDNAME:=MediaTek Ralink ARM
 | 
						|
SUBTARGETS:=mt7622 mt7623 mt7629
 | 
						|
FEATURES:=squashfs nand ramdisk fpu ext4 usb
 | 
						|
 | 
						|
KERNEL_PATCHVER:=5.4
 | 
						|
KERNEL_TESTING_PATCHVER:=5.4
 | 
						|
 | 
						|
include $(INCLUDE_DIR)/target.mk
 | 
						|
DEFAULT_PACKAGES += \
 | 
						|
	kmod-leds-gpio kmod-gpio-button-hotplug \
 | 
						|
	wpad-mini uboot-envtools partx-utils e2fsprogs
 | 
						|
 | 
						|
$(eval $(call BuildTarget))
 |