mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
ipsec-tools: only show the security context choice when ipsec enabled
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
83cc37a0b2
commit
070424f0c8
@ -61,6 +61,8 @@ config BR2_PACKAGE_IPSEC_TOOLS_LIBS
|
|||||||
Install libipsec.a and libracoon.a under staging_dir/lib for further
|
Install libipsec.a and libracoon.a under staging_dir/lib for further
|
||||||
development on a host machine.
|
development on a host machine.
|
||||||
|
|
||||||
|
if BR2_PACKAGE_IPSEC_TOOLS
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Security context"
|
prompt "Security context"
|
||||||
default BR2_PACKAGE_IPSEC_SECCTX_DISABLE
|
default BR2_PACKAGE_IPSEC_SECCTX_DISABLE
|
||||||
@ -77,3 +79,5 @@ config BR2_PACKAGE_IPSEC_SECCTX_KERNEL
|
|||||||
bool "Enable kernel security context"
|
bool "Enable kernel security context"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user