mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
ipsec-tools: cleanup: remove trailing . after option text
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f37b7823e5
commit
6252ef7fc3
@ -10,7 +10,7 @@ if BR2_PACKAGE_IPSEC_TOOLS
|
|||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
||||||
default y
|
default y
|
||||||
bool "Enable racoonctl(8)."
|
bool "Enable racoonctl(8)"
|
||||||
help
|
help
|
||||||
Lets racoon to listen to racoon admin port, which is to
|
Lets racoon to listen to racoon admin port, which is to
|
||||||
be contacted by racoonctl(8).
|
be contacted by racoonctl(8).
|
||||||
@ -28,7 +28,7 @@ config BR2_PACKAGE_IPSEC_TOOLS_NATT
|
|||||||
NAT-Traversal might infringe a patent.
|
NAT-Traversal might infringe a patent.
|
||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_FRAG
|
config BR2_PACKAGE_IPSEC_TOOLS_FRAG
|
||||||
bool "Enable IKE fragmentation."
|
bool "Enable IKE fragmentation"
|
||||||
help
|
help
|
||||||
Enable IKE fragmentation, which is a workaround for
|
Enable IKE fragmentation, which is a workaround for
|
||||||
broken routers that drop fragmented packets
|
broken routers that drop fragmented packets
|
||||||
@ -40,11 +40,11 @@ config BR2_PACKAGE_IPSEC_TOOLS_DPD
|
|||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_STATS
|
config BR2_PACKAGE_IPSEC_TOOLS_STATS
|
||||||
default y
|
default y
|
||||||
bool "Enable statistics logging function."
|
bool "Enable statistics logging function"
|
||||||
|
|
||||||
config BR2_PACKAGE_IPSEC_TOOLS_READLINE
|
config BR2_PACKAGE_IPSEC_TOOLS_READLINE
|
||||||
select BR2_PACKAGE_READLINE
|
select BR2_PACKAGE_READLINE
|
||||||
bool "Enable readline input support if available."
|
bool "Enable readline input support"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Security context"
|
prompt "Security context"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user