mirror of https://github.com/hak5/openwrt.git
parent
a75f7469d5
commit
19ab640f3f
|
@ -1,8 +1,8 @@
|
|||
config BR2_PACKAGE_SSLTUNNEL
|
||||
prompt "ssltunnel ........................A PPP over SSL vpn tool"
|
||||
prompt "ssltunnel ........................ A PPP over SSL vpn tool"
|
||||
tristate
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_COMPILE_OPENSSL
|
||||
select BR2_PACKAGE_LIBOPENSSL
|
||||
select BR2_PACKAGE_PPP
|
||||
help
|
||||
A PPP over SSL vpn tool
|
||||
|
|
|
@ -2,4 +2,4 @@ Package: ssltunnel
|
|||
Priority: optional
|
||||
Section: net
|
||||
Description: A PPP over SSL vpn tool
|
||||
Depends: openssl, ppp
|
||||
Depends: libopenssl, ppp
|
||||
|
|
Loading…
Reference in New Issue