diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:09:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:09:51 +0200 |
commit | 10d20b661e11b4341f19802b0b2c33db390e379f (patch) | |
tree | 22e32e51169de34f5e585459912cff8271f50aa6 /packages/linux-kernel | |
parent | 5b0c00e9801f7ce0d3d92c521063a381c6410524 (diff) | |
download | vyos-build-10d20b661e11b4341f19802b0b2c33db390e379f.tar.gz vyos-build-10d20b661e11b4341f19802b0b2c33db390e379f.zip |
Kernel: T3923: enable INET(6)_ESPINTCP
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index faef52d2..6dd95327 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -1017,7 +1017,7 @@ CONFIG_NET_FOU_IP_TUNNELS=y CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_ESP_OFFLOAD=m -# CONFIG_INET_ESPINTCP is not set +CONFIG_INET_ESPINTCP=m CONFIG_INET_IPCOMP=m CONFIG_INET_XFRM_TUNNEL=m CONFIG_INET_TUNNEL=m @@ -1054,7 +1054,7 @@ CONFIG_IPV6_OPTIMISTIC_DAD=y CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_ESP_OFFLOAD=m -# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_ESPINTCP=m CONFIG_INET6_IPCOMP=m CONFIG_IPV6_MIP6=y CONFIG_IPV6_ILA=m |