fix copy'n paste error
[buildroot.git] / package / openswan / Config.in
blobe9e682857f68dd339b52bd763bc4f545bd52ebd3
1 config BR2_PACKAGE_OPENSWAN
2         bool "openswan"
3         default n
4         select BR2_PACKAGE_LIBGMP
5         select BR2_PACKAGE_MICROPERL
6         help
7           Openswan is an implementation of IPsec for Linux.
8           http://openswan.org/
10 config BR2_PACKAGE_OPENSWAN_DEBUGGING
11         bool "debugging support"
12         default n
13         depends on BR2_PACKAGE_OPENSWAN
14         help
15           Enable debugging support.
16           This is not needed if you know what you do but makes it quite
17           hard to diagnose eventual problems.
18           It is safe to say Yes here.