let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / ssltunnel / Config.in
1 config BR2_PACKAGE_SSLTUNNEL
2 prompt "ssltunnel ........................ A PPP over SSL vpn tool"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBOPENSSL
6 select BR2_PACKAGE_PPP
7 help
8 A PPP over SSL vpn tool
9
10 http://www.hsc.fr/ressources/outils/ssltunnel/index.html
11