let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / openswan / Config.in
1 config BR2_PACKAGE_OPENSWAN
2         prompt "openswan.......................... VPN solution using IPsec"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_IP
6         select BR2_PACKAGE_LIBGMP
7         select BR2_PACKAGE_KMOD_OPENSWAN
8         help
9           Openswan is an implementation of IPsec for Linux.
10           
11           http://www.openswan.org/
12