diff options
author | Martin Schiller <ms@dev.tdt.de> | 2022-11-02 07:41:04 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-15 00:27:47 +0100 |
commit | 15bc6b23c7554cfb7005d1fa6e43d2db690de345 (patch) | |
tree | 284f11ca6b72b2928fd9afdfe60cc09702820782 /target/linux | |
parent | 6e396eff1a14a8ed1a1033abec8132989ba7c742 (diff) | |
download | upstream-15bc6b23c7554cfb7005d1fa6e43d2db690de345.tar.gz upstream-15bc6b23c7554cfb7005d1fa6e43d2db690de345.tar.bz2 upstream-15bc6b23c7554cfb7005d1fa6e43d2db690de345.zip |
kernel: further cleanup of xfrm[4|6]_mode*
In my commit da5c45f4d886 ("kernel: remove handling of xfrm[4|6]_mode_*
modules") I missed a few default config options and description entries.
Those should be gone as well.
Fixes: da5c45f4d886 ("kernel: remove handling of xfrm[4|6]_mode_* modules")
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(cherry picked from commit 1e028ac51e4d033cc1a8a06850ca8c6469206761)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-5.10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 5d88a501db..5a4f99f5a6 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2537,10 +2537,6 @@ CONFIG_INET=y # CONFIG_INET6_ESPINTCP is not set # CONFIG_INET6_IPCOMP is not set # CONFIG_INET6_TUNNEL is not set -# CONFIG_INET6_XFRM_MODE_BEET is not set -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set -# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set -# CONFIG_INET6_XFRM_MODE_TUNNEL is not set # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET_AH is not set # CONFIG_INET_DIAG is not set |