summaryrefslogtreecommitdiff
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:32:45 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-13 19:34:51 +0100
commit749530741ecc8baf5cc25c3e8c889e0abe6c6c2d (patch)
tree8f5a4bef1301f00ab0e820891aaf269bfa3b90eb /package/iptables/Makefile
parent20bf1277dbb5cf6b33bd519088f0367552e59f4b (diff)
iptables: update to latest stable version
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index ffb5ad811..ab11f80a7 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= iptables
-PKG_VERSION:= 1.4.21
-PKG_RELEASE:= 7
-PKG_HASH:= 52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0
+PKG_VERSION:= 1.6.0
+PKG_RELEASE:= 1
+PKG_HASH:= 4bb72a0a0b18b5a9e79e87631ddc4084528e5df236bc7624472dcaa8480f1c60
PKG_DESCR:= netfilter firewalling software
PKG_SECTION:= net/firewall
PKG_DEPENDS:= libnetfilter_conntrack libmnl libnfnetlink
@@ -27,7 +27,8 @@ $(eval $(call PKG_template,IPTABLES,iptables,${PKG_VERSION}-${PKG_RELEASE},${PKG
AUTOTOOL_STYLE:= autoreconf
TARGET_LDFLAGS+= -fPIC
-CONFIGURE_ARGS+= --enable-devel
+CONFIGURE_ARGS+= --enable-devel \
+ --disable-nftables
iptables-install:
${INSTALL_DIR} ${IDIR_IPTABLES}/{usr/lib,etc/xtables,usr/sbin}