From b22d28f2f9e673ab1660142b1a062aec14ce246b Mon Sep 17 00:00:00 2001 From: pavlov Date: Wed, 11 Jul 2007 15:23:13 +0000 Subject: fix ipset compilation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7925 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ipset/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/ipset/Makefile') 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 -- cgit v1.2.3