diff options
-rw-r--r-- | config/Config-kernel.in | 8 | ||||
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index e22fcf6382..858ee0cf60 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -975,6 +975,14 @@ if KERNEL_IPV6 config KERNEL_IPV6_PIMSM_V2 def_bool n + config KERNEL_IPV6_SEG6_LWTUNNEL + def_bool y if !SMALL_FLASH + help + Using lwtunnel requires full-ip package. + + config KERNEL_LWTUNNEL_BPF + def_bool n + endif # diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 46bc731f04..9006c63ecf 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -2400,7 +2400,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_ROUTE_INFO is not set # CONFIG_IPV6_SEG6_HMAC is not set -# CONFIG_IPV6_SEG6_LWTUNNEL is not set # CONFIG_IPV6_SIT is not set # CONFIG_IPV6_SIT_6RD is not set # CONFIG_IPV6_TUNNEL is not set |