mirror of https://github.com/hak5/openwrt-owl.git
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
config BR2_PACKAGE_IPSEC_TOOLS
|
|
prompt "ipsec-tools....................... IPsec management tools"
|
|
tristate
|
|
default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL
|
|
default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
default n
|
|
help
|
|
IPsec management tools
|
|
|
|
http://ipsec-tools.sourceforge.net/
|
|
|