iodine: Add missing zlib dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23854 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-11-04 11:23:33 +00:00
parent e507b3645e
commit c872028e0f

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iodine
PKG_VERSION:=0.6.0-rc1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://code.kryo.se/iodine/
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/iodine/Default
SECTION:=net
CATEGORY:=Network
DEPENDS:= +kmod-tun
DEPENDS:= +kmod-tun +zlib
TITLE:=IP over DNS tunneling
URL:=http://code.kryo.se/iodine/
endef