From c872028e0f11afce10ce5a7e62fc883151bd0913 Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 4 Nov 2010 11:23:33 +0000 Subject: [PATCH] iodine: Add missing zlib dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@23854 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/iodine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iodine/Makefile b/net/iodine/Makefile index fa90f3b35..94a6852bb 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -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 -- 2.11.0