mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Support splitting WRGG images, found in some D-Link devices (e.g. DAP-2695). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: John Crispin <john@phrozen.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			571 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			571 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
obj-$(CONFIG_MTD_SPLIT)		+= mtdsplit.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_SEAMA_FW) += mtdsplit_seama.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_SQUASHFS_ROOT) += mtdsplit_squashfs.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_UIMAGE_FW) += mtdsplit_uimage.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_FIT_FW) += mtdsplit_fit.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_LZMA_FW) += mtdsplit_lzma.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_TPLINK_FW) += mtdsplit_tplink.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_TRX_FW) += mtdsplit_trx.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_BRNIMAGE_FW) += mtdsplit_brnimage.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_EVA_FW) += mtdsplit_eva.o
 | 
						|
obj-$(CONFIG_MTD_SPLIT_WRGG_FW) += mtdsplit_wrgg.o
 |