diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-15 21:33:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-15 21:33:07 +0000 |
commit | c15952c48d354b3cd4ecf462f2c256588a83d573 (patch) | |
tree | cbc6b41764c059bee3d8cae8f4b0875875ea8439 /package/network/utils/xtables-addons/Makefile | |
parent | 00c3f87324bb4770e0e38795d6b4f939734962e6 (diff) | |
download | master-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.tar.gz master-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.tar.bz2 master-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.zip |
xtables-addons: update to 2.9
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/xtables-addons/Makefile')
-rw-r--r-- | package/network/utils/xtables-addons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/xtables-addons/Makefile b/package/network/utils/xtables-addons/Makefile index ff6466fe9f..5cfe7b5e2d 100644 --- a/package/network/utils/xtables-addons/Makefile +++ b/package/network/utils/xtables-addons/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=xtables-addons -PKG_VERSION:=2.7 +PKG_VERSION:=2.9 PKG_RELEASE:=1 -PKG_MD5SUM:=81bd7ba82e5f7bfd1458fc97ddf72e1d +PKG_MD5SUM:=87df49f3804036eccd4619f566d26bb3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/xtables-addons |