mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			276 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			276 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
make ZLIB_DEFLATE visible, so that we can choose whether we want it built-in
 | 
						|
or as a module
 | 
						|
 | 
						|
--- a/lib/Kconfig
 | 
						|
+++ b/lib/Kconfig
 | 
						|
@@ -91,7 +91,7 @@ config ZLIB_INFLATE
 | 
						|
 	tristate
 | 
						|
 
 | 
						|
 config ZLIB_DEFLATE
 | 
						|
-	tristate
 | 
						|
+	tristate "Zlib compression"
 | 
						|
 
 | 
						|
 config LZO_COMPRESS
 | 
						|
 	tristate
 |