summaryrefslogtreecommitdiffstats
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-11 15:23:13 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-11 15:23:13 +0000
commitb22d28f2f9e673ab1660142b1a062aec14ce246b (patch)
tree88acc55235bd73cf927939ef3e3712eef2e95c9c /package/ipset/Makefile
parent37587c4a8aa5ec6e35951e9da28f2d38dbc64457 (diff)
fix ipset compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7925 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index 8926e7a86..bcc80840a 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ipset
PKG_VERSION:=2.2.9a
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20061009.tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
@@ -21,7 +21,6 @@ include $(INCLUDE_DIR)/package.mk
define Package/ipset
SECTION:=net
CATEGORY:=Network
- DEPENDS:=@BROKEN
TITLE:=Netfilter ip sets administration utility
URL:=http://ipset.netfilter.org/
endef