kernel: make lwtunnel support optional
[openwrt/staging/chunkeey.git] / config / Config-kernel.in
index d99ce44c0dd6cfa28ea9fc39155e22d3b4f24dd8..8a78e297cbef0ecb442befc44c0eaa8fc8a53922 100644 (file)
@@ -975,9 +975,10 @@ if KERNEL_IPV6
                def_bool n
 
        config KERNEL_IPV6_SEG6_LWTUNNEL
-               def_bool y if !SMALL_FLASH
+               bool "Enable support for lightweight tunnels"
+               default y if !SMALL_FLASH
                help
-                 Using lwtunnel requires full-ip package.
+                 Using lwtunnel (needed for IPv6 segment routing) requires ip-full package.
 
        config KERNEL_LWTUNNEL_BPF
                def_bool n