diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-11-04 11:32:32 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-04 20:16:29 +0100 |
commit | 419586ba6fcd2a84bafabb443511afdea74d3097 (patch) | |
tree | 16faeb3d2603cd4712edee966eac468fadb55c1c | |
parent | 1b3b9919439a3599881b3e7e589726a8e8440d7d (diff) |
iptables: bump to version 1.4.10
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/iptables/iptables.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 21146bce6..1ec2c856c 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 |