As MT7621 does not use swconfig anymore, move the package swconfig to other subtargets. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
		
			
				
	
	
		
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			295 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2009 OpenWrt.org
 | 
						|
#
 | 
						|
 | 
						|
SUBTARGET:=rt305x
 | 
						|
BOARDNAME:=RT3x5x/RT5350 based boards
 | 
						|
FEATURES+=usb ramdisk small_flash
 | 
						|
CPU_TYPE:=24kc
 | 
						|
 | 
						|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build firmware images for Ralink RT3x5x/RT5350 based boards.
 | 
						|
endef
 | 
						|
 |