1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 17:21:38 +03:00

fix openssl dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3067 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2006-01-29 21:20:07 +00:00
parent 2b496734c2
commit 2ecdf1880e

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_SSLTUNNEL
prompt "ssltunnel ........................A PPP over SSL vpn tool" prompt "ssltunnel ........................A PPP over SSL vpn tool"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSSL select BR2_COMPILE_OPENSSL
select BR2_PACKAGE_PPP select BR2_PACKAGE_PPP
help help
A PPP over SSL vpn tool A PPP over SSL vpn tool