mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	In preparation for adding SAMA5D3 support, move the legacy ARMv5 based platforms to a separate subtarget. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42408
		
			
				
	
	
		
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOARDNAME:=Legacy (ARMv5)
 | |
| CPU_TYPE:=arm926ej-s
 | |
| 
 | |
| define Target/Description
 | |
| 	Build generic firmware for legacy Atmel AT91 platforms
 | |
| 	using the ARMv5 instruction set.
 | |
| endef
 |