kernel: further cleanup of xfrm[4|6]_mode*
In my commitda5c45f4d8("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:da5c45f4d8("kernel: remove handling of xfrm[4|6]_mode_* modules") Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
		 Martin Schiller
					Martin Schiller
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							1ee635c561
						
					
				
				
					commit
					1e028ac51e
				
			| @@ -238,9 +238,6 @@ define KernelPackage/ipsec4/description | |||||||
|  - ah4 |  - ah4 | ||||||
|  - esp4 |  - esp4 | ||||||
|  - ipcomp4 |  - ipcomp4 | ||||||
|  - xfrm4_mode_beet |  | ||||||
|  - xfrm4_mode_transport |  | ||||||
|  - xfrm4_mode_tunnel |  | ||||||
|  - xfrm4_tunnel |  - xfrm4_tunnel | ||||||
| endef | endef | ||||||
|  |  | ||||||
| @@ -273,9 +270,6 @@ define KernelPackage/ipsec6/description | |||||||
|  - ah6 |  - ah6 | ||||||
|  - esp6 |  - esp6 | ||||||
|  - ipcomp6 |  - ipcomp6 | ||||||
|  - xfrm6_mode_beet |  | ||||||
|  - xfrm6_mode_transport |  | ||||||
|  - xfrm6_mode_tunnel |  | ||||||
|  - xfrm6_tunnel |  - xfrm6_tunnel | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
| @@ -2540,10 +2540,6 @@ CONFIG_INET=y | |||||||
| # CONFIG_INET6_ESPINTCP is not set | # CONFIG_INET6_ESPINTCP is not set | ||||||
| # CONFIG_INET6_IPCOMP is not set | # CONFIG_INET6_IPCOMP is not set | ||||||
| # CONFIG_INET6_TUNNEL 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_INET6_XFRM_TUNNEL is not set | ||||||
| # CONFIG_INET_AH is not set | # CONFIG_INET_AH is not set | ||||||
| # CONFIG_INET_DIAG is not set | # CONFIG_INET_DIAG is not set | ||||||
|   | |||||||
| @@ -2641,10 +2641,6 @@ CONFIG_INET=y | |||||||
| # CONFIG_INET6_ESPINTCP is not set | # CONFIG_INET6_ESPINTCP is not set | ||||||
| # CONFIG_INET6_IPCOMP is not set | # CONFIG_INET6_IPCOMP is not set | ||||||
| # CONFIG_INET6_TUNNEL 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_INET6_XFRM_TUNNEL is not set | ||||||
| # CONFIG_INET_AH is not set | # CONFIG_INET_AH is not set | ||||||
| # CONFIG_INET_DIAG is not set | # CONFIG_INET_DIAG is not set | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user