mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Few notes: - redboot partitions are unusable - redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config - boots fine but only ethernet works for now - split wiliboard and raidsonic boards into different subtargets Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 43319
		
			
				
	
	
		
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Copyright (C) 2014 OpenWrt.org
 | |
| #
 | |
| 
 | |
| SUBTARGET:=wiligear
 | |
| BOARDNAME:=Wiligear WBD-222/111
 | |
| 
 | |
| define Target/Description
 | |
| 	Build firmware images for Wiligear WBD-222 and WBD-111 boards.
 | |
| endef
 |