diff options
-rw-r--r-- | openwrt/package/ssltunnel/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ssltunnel/Config.in b/openwrt/package/ssltunnel/Config.in index 308fa6f0d2..d37f30217a 100644 --- a/openwrt/package/ssltunnel/Config.in +++ b/openwrt/package/ssltunnel/Config.in @@ -2,7 +2,7 @@ config BR2_PACKAGE_SSLTUNNEL prompt "ssltunnel ........................A PPP over SSL vpn tool" tristate default m if CONFIG_DEVEL - select BR2_PACKAGE_OPENSSL + select BR2_COMPILE_OPENSSL select BR2_PACKAGE_PPP help A PPP over SSL vpn tool |