xref: /OK3568_Linux_fs/buildroot/package/vtun/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_VTUN
2	bool "vtun"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LZO
5	select BR2_PACKAGE_OPENSSL
6	select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
7	select BR2_PACKAGE_ZLIB
8	help
9	  Tool for easily creating Virtual Tunnels over TCP/IP networks
10	  with traffic shaping, compression, and encryption.
11
12	  It supports IP, PPP, SLIP, Ethernet and other tunnel types.
13
14	  http://vtun.sourceforge.net/
15