From: Stephen Walker Date: Thu, 22 Jul 2010 02:38:23 +0000 (+0000) Subject: [packages] vpzone: add missing kmod-tun dependency X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=7c1604f0170fdc7009eb70e4cb13e2df1cf9bca2 [packages] vpzone: add missing kmod-tun dependency SVN-Revision: 22343 --- diff --git a/net/vpzone/Makefile b/net/vpzone/Makefile index cf7641a7a6..2b19876898 100644 --- a/net/vpzone/Makefile +++ b/net/vpzone/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vpzone PKG_VERSION:=0.1.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/vpzone @@ -26,7 +26,7 @@ define Package/vpzone SUBMENU:=VPN TITLE:=A flexible multipurpose layer 3 VPN daemon URL:=http://vpzone.sourceforge.net/ - DEPENDS:=+libcares +libevent +libgnutls +kmod-ipv6 + DEPENDS:=+libcares +libevent +libgnutls +kmod-ipv6 +kmod-tun endef define Package/vpzone/conffiles