summaryrefslogtreecommitdiffstats
path: root/package/network/utils/ipset/Makefile
diff options
context:
space:
mode:
authorRoman Yeryomin <roman@advem.lv>2013-05-26 01:02:55 +0300
committerRoman Yeryomin <roman@advem.lv>2013-05-26 01:02:55 +0300
commit342045a35b1981a89e4bc80842b10c065e1050da (patch)
tree4140720b20e8d641c11da882010d6130a75fef21 /package/network/utils/ipset/Makefile
parent7338133dde8238afce34676214b494c8db96689b (diff)
parent1a116ce7818ecee5d167a9c0ebb1a0feca9120e6 (diff)
Merge trunk into realtek-unstable
Conflicts: Config.in feeds.conf.default package/base-files/files/etc/hotplug2-common.rules package/network/config/netifd/files/etc/init.d/network
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r--package/network/utils/ipset/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile
index 273ef9d42..d53b044e2 100644
--- a/package/network/utils/ipset/Makefile
+++ b/package/network/utils/ipset/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ipset
-PKG_VERSION:=6.14
+PKG_VERSION:=6.16.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=70f2d4c054592236dcda285855a4ee58
+PKG_MD5SUM:=9fd70c825f052db7dc9d5ba0562b7083
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
@@ -31,7 +31,7 @@ define Package/ipset
$(call Package/ipset/Default)
SECTION:=net
CATEGORY:=Network
- DEPENDS+= +iptables-mod-ipset +kmod-ipt-ipset +libmnl
+ DEPENDS+= +kmod-ipt-ipset +libmnl
TITLE:=IPset administration utility
URL:=http://ipset.netfilter.org/
endef