This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
		
			
				
	
	
		
			10 lines
		
	
	
		
			231 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			231 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
BOARDNAME:=Generic
 | 
						|
FEATURES+=pcmcia
 | 
						|
 | 
						|
DEFAULT_PACKAGES += wpad-basic
 | 
						|
 | 
						|
define Target/Description
 | 
						|
	Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS
 | 
						|
	devices. It runs on both architectures BMIPS3300 and MIPS 74K.
 | 
						|
endef
 |