diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-11 16:41:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-11 16:41:58 +0000 |
commit | 335f0826626ce417b33df3699abfd835daaf133e (patch) | |
tree | dde357b6f3c1bddee1acd022f8b0838b2e24d541 /package/network/utils/ipset/Makefile | |
parent | 8716e7dcb40dba1811fdd6535b2e8a7b62095686 (diff) | |
download | master-187ad058-335f0826626ce417b33df3699abfd835daaf133e.tar.gz master-187ad058-335f0826626ce417b33df3699abfd835daaf133e.tar.bz2 master-187ad058-335f0826626ce417b33df3699abfd835daaf133e.zip |
ipset: Bump to 6.24
Included you'll find a patch to bump ipset to version 6.24. This
version supports the ip,fwmark set, which is needed for mwan3 1.6.
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44671 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/ipset/Makefile')
-rw-r--r-- | package/network/utils/ipset/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 4afcae5d49..9a8f3461d9 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.20.1 +PKG_VERSION:=6.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ipset.netfilter.org -PKG_MD5SUM:=8af741492752fbf24d3a28a9d1473d40 +PKG_MD5SUM:=8831b8f01458bf2abacc222884195a62 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=GPL-2.0 |