From: Gustavo Zacarias Date: Thu, 4 Nov 2010 14:32:32 +0000 (-0300) Subject: iptables: bump to version 1.4.10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=419586ba6fcd2a84bafabb443511afdea74d3097;p=buildroot.git iptables: bump to version 1.4.10 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 21146bce69..1ec2c856ce 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,7 +3,7 @@ # iptables # ############################################################# -IPTABLES_VERSION = 1.4.9.1 +IPTABLES_VERSION = 1.4.10 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_DEPENDENCIES = host-pkg-config @@ -14,7 +14,6 @@ IPTABLES_CONF_OPT += --disable-ipv6 endif IPTABLES_AUTORECONF = YES -IPTABLES_LIBTOOL_PATCH = NO define IPTABLES_TARGET_SYMLINK_CREATE ln -sf iptables-multi $(TARGET_DIR)/usr/sbin/iptables