mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/net/ipv4/Kconfig
 | 
						|
+++ b/net/ipv4/Kconfig
 | 
						|
@@ -315,7 +315,7 @@ config NET_IPVTI
 | 
						|
 	  on top.
 | 
						|
 
 | 
						|
 config NET_UDP_TUNNEL
 | 
						|
-	tristate
 | 
						|
+	tristate "IP: UDP tunneling support"
 | 
						|
 	select NET_IP_TUNNEL
 | 
						|
 	default n
 | 
						|
 
 |