kernel: further cleanup of xfrm[4|6]_mode*
authorMartin Schiller <ms@dev.tdt.de>
Wed, 2 Nov 2022 06:41:04 +0000 (07:41 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 5 Nov 2022 15:28:33 +0000 (16:28 +0100)
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>
package/kernel/linux/modules/netsupport.mk
target/linux/generic/config-5.10
target/linux/generic/config-5.15

index 0fc3b5cce3d1524d708f2186202ad58eada5b006..a8c343f44b15eb5a180cd63b8b89d24f7bf1b6b3 100644 (file)
@@ -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
 
index 4b2837de059ae9284b4920b92ca92e1bb56465a4..103fe6de15fd82293e21647754b7334fa7947bb1 100644 (file)
@@ -2540,10 +2540,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
index 1e49471ae2baa6d957182687c66d219b8924962b..c36cba7053815c9338472fd511c2119728a1856a 100644 (file)
@@ -2641,10 +2641,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