package: kernel: estetic fix
SVN-Revision: 32714
This commit is contained in:
parent
087caa57e3
commit
8f563df48f
1 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ define KernelPackage/ipsec4/description
|
|||
Includes:
|
||||
- ah4
|
||||
- esp4
|
||||
- ipcomp
|
||||
- ipcomp4
|
||||
- xfrm4_mode_beet
|
||||
- xfrm4_mode_transport
|
||||
- xfrm4_mode_tunnel
|
||||
|
@ -302,11 +302,11 @@ $(eval $(call KernelPackage,ipsec4))
|
|||
IPSEC6-m:= \
|
||||
ipv6/ah6 \
|
||||
ipv6/esp6 \
|
||||
ipv6/ipcomp6 \
|
||||
ipv6/xfrm6_mode_beet \
|
||||
ipv6/xfrm6_mode_transport \
|
||||
ipv6/xfrm6_mode_tunnel \
|
||||
ipv6/xfrm6_tunnel \
|
||||
ipv6/ipcomp6 \
|
||||
|
||||
define KernelPackage/ipsec6
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
|
|
Loading…
Reference in a new issue