add menu descriptions
[openwrt.git] / openwrt / package / openswan / Config.in
1 config BR2_PACKAGE_OPENSWAN
2         tristate "Openswan - VPN solution using IPsec"
3         select BR2_PACKAGE_LIBGMP
4         select BR2_PACKAGE_KMOD_OPENSWAN
5         default m if CONFIG_DEVEL
6         help
7           Openswan is an implementation of IPsec for Linux.
8           
9           http://www.openswan.org/
10           
11