blob: 109e56d8ed6d2cc3c230bca460aafa57e21e97e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_OPENSWAN
prompt "openswan.......................... VPN solution using IPsec"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_IP
select BR2_PACKAGE_LIBGMP
select BR2_PACKAGE_KMOD_OPENSWAN
help
Openswan is an implementation of IPsec for Linux.
http://www.openswan.org/
|