From: acinonyx Date: Sat, 30 Oct 2010 19:25:25 +0000 (+0000) Subject: [packages] iodine: Cleanup package Makefile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b5f41c4450be28aec5daa8b6aa61aae1b82e57bd;p=packages.git [packages] iodine: Cleanup package Makefile git-svn-id: svn://svn.openwrt.org/openwrt/packages@23721 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/iodine/Makefile b/net/iodine/Makefile index f11ad0b5c..fa90f3b35 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:=1 +PKG_RELEASE:=2 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:=+zlib +kmod-tun + DEPENDS:= +kmod-tun TITLE:=IP over DNS tunneling URL:=http://code.kryo.se/iodine/ endef @@ -46,14 +46,6 @@ endef define Build/Configure endef -define Build/Compile - $(call Build/Compile/Default,\ - CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -c -DLINUX" \ - LDFLAGS="$(TARGET_LDFLAGS) -lz" \ - all \ - ) -endef - define Package/iodine/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/iodine $(1)/usr/sbin