소스 검색

- vtun depends on lzo and openssl just like openvpn

Bernhard Reutner-Fischer 19 년 전
부모
커밋
504a1c95d6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      package/vtun/Config.in

+ 2 - 0
package/vtun/Config.in

@@ -1,6 +1,8 @@
 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.