[openwrt/openwrt] kernel: further cleanup of xfrm[4|6]_mode*
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 14 15:40:02 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/15bc6b23c7554cfb7005d1fa6e43d2db690de345
commit 15bc6b23c7554cfb7005d1fa6e43d2db690de345
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Nov 2 07:41:04 2022 +0100
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 at dev.tdt.de>
(cherry picked from commit 1e028ac51e4d033cc1a8a06850ca8c6469206761)
---
package/kernel/linux/modules/netsupport.mk | 6 ------
target/linux/generic/config-5.10 | 4 ----
2 files changed, 10 deletions(-)
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index d24650e1b7..975a9f547c 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -238,9 +238,6 @@ define KernelPackage/ipsec4/description
- ah4
- esp4
- ipcomp4
- - xfrm4_mode_beet
- - xfrm4_mode_transport
- - xfrm4_mode_tunnel
- xfrm4_tunnel
endef
@@ -273,9 +270,6 @@ define KernelPackage/ipsec6/description
- ah6
- esp6
- ipcomp6
- - xfrm6_mode_beet
- - xfrm6_mode_transport
- - xfrm6_mode_tunnel
- xfrm6_tunnel
endef
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
More information about the lede-commits
mailing list