Commit 504a1c95 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- vtun depends on lzo and openssl just like openvpn

parent a3a46b55
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_VTUN
	bool "vtun"
	default n
	select BR2_PACKAGE_LZO
	select BR2_PACKAGE_OPENSSL
	help
	  Tool for easily creating Virtual Tunnels over TCP/IP networks 
	  with traffic shaping, compression, and encryption.