ipset: update to version 2.3.0, probably you need to rebuild your toolchain to compil...
[openwrt/staging/chunkeey.git] / package / ipset / Makefile
index b06a727f10b15d10505e2310e1033f126ab6a71b..183b76ec77d3ecac74f8dd965185940d0e9ef9f7 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,18 +9,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ipset
-PKG_VERSION:=2.2.3
+PKG_VERSION:=2.3.0
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20050914.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20070828.tar.bz2
 PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=1709424cc2cdb925d4fb6fd5fcaefc26
+PKG_MD5SUM:=9e17798dfd8ed87c63a1f3498f9fe64d
 
 include $(INCLUDE_DIR)/package.mk
 
 define Package/ipset
   SECTION:=net
   CATEGORY:=Network
+  DEPENDS:=@!TARGET_etrax
   TITLE:=Netfilter ip sets administration utility
   URL:=http://ipset.netfilter.org/
 endef