Source-Makefile: package/feeds/oldpackages/vtun/Makefile
Package: vtun
Menu: 1
Submenu: VPN
Version: 3.0.2-1
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +kmod-tun +VTUN_LZO:liblzo +VTUN_LZO:zlib +VTUN_SSL:libopenssl
Menu-Depends: 
Provides: 
Section: net
Category: Network
Title: VPN tunneling daemon
Maintainer: 
Source: vtun-3.0.2.tar.gz
Type: ipkg
Feed: oldpackages
Description: VPN tunneling daemon
http://vtun.sourceforge.net

@@
Config:
menu "Configuration"
        depends on PACKAGE_vtun

config VTUN_config
	bool

	depends on PACKAGE_vtun
	config VTUN_LZO
		bool "enable vtun compression"
		help
			vtun tunnels will be compressed
		default y

	config VTUN_SSL
		bool "enable vtun ssl encryption"
		help
			vtun tunnels will be encrypted
		default y
endmenu
@@


