mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 22:23:08 +02:00
8b19194416
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2768 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
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/
|
|
|