diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 18:13:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-02 18:13:31 +0000 |
commit | 0607089d93e14a0cda78140a21d8d87c9bc8dfcd (patch) | |
tree | 398055900967cbe8489fad889ffc2970064a9cdd /package/iptables/iptables.mk | |
parent | fc34e17f85536aaea4bab65182a1a0925f5715ef (diff) | |
download | buildroot-novena-0607089d93e14a0cda78140a21d8d87c9bc8dfcd.tar.gz buildroot-novena-0607089d93e14a0cda78140a21d8d87c9bc8dfcd.zip |
- bump version to cope with changes imposed by 2.6.19.
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 0942a616b..2a59e2e89 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -3,8 +3,8 @@ # iptables # ############################################################# -IPTABLES_VER:=1.3.5 -IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/ +IPTABLES_VER:=1.3.6-20061129 +IPTABLES_SOURCE_URL:=ftp.netfilter.org/pub/iptables/snapshot IPTABLES_SOURCE:=iptables-$(IPTABLES_VER).tar.bz2 IPTABLES_CAT:=$(BZCAT) IPTABLES_BUILD_DIR:=$(BUILD_DIR)/iptables-$(IPTABLES_VER) |