mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44: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>
		
			
				
	
	
		
			67 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config MTD_SPLIT
 | 
						|
	def_bool n
 | 
						|
	help
 | 
						|
	  Generic MTD split support.
 | 
						|
 | 
						|
config MTD_SPLIT_SUPPORT
 | 
						|
	def_bool MTD = y
 | 
						|
 | 
						|
comment "Rootfs partition parsers"
 | 
						|
 | 
						|
config MTD_SPLIT_SQUASHFS_ROOT
 | 
						|
	bool "Squashfs based root partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
	default n
 | 
						|
	help
 | 
						|
	  This provides a parsing function which allows to detect the
 | 
						|
	  offset and size of the unused portion of a rootfs partition
 | 
						|
	  containing a squashfs.
 | 
						|
 | 
						|
comment "Firmware partition parsers"
 | 
						|
 | 
						|
config MTD_SPLIT_SEAMA_FW
 | 
						|
	bool "Seama firmware parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_WRGG_FW
 | 
						|
	bool "WRGG firmware parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_UIMAGE_FW
 | 
						|
	bool "uImage based firmware partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_FIT_FW
 | 
						|
	bool "FIT based firmware partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_LZMA_FW
 | 
						|
	bool "LZMA compressed kernel based firmware partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_TPLINK_FW
 | 
						|
	bool "TP-Link firmware parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_TRX_FW
 | 
						|
	bool "TRX image based firmware partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_BRNIMAGE_FW
 | 
						|
	bool "brnImage (brnboot image) firmware parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 | 
						|
 | 
						|
config MTD_SPLIT_EVA_FW
 | 
						|
	bool "EVA image based firmware partition parser"
 | 
						|
	depends on MTD_SPLIT_SUPPORT
 | 
						|
	select MTD_SPLIT
 |