summaryrefslogtreecommitdiffstats
path: root/recipes/iptables/iptables.inc
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-24 16:54:53 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:35:30 +0300
commitcbdea1efdc7e10e12f8f5352558e205842593098 (patch)
treed32c5461085b538182fecfac21ffd455cde3023f /recipes/iptables/iptables.inc
parent7f1c1669830413a425f35d230a82a231bf26df4c (diff)
downloadopenembedded-cbdea1efdc7e10e12f8f5352558e205842593098.tar.gz
iptables: update to version 1.4.7
Don't remove ipt_DSCP for this version Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/iptables/iptables.inc')
-rw-r--r--recipes/iptables/iptables.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc
index c8f70d49d3..b2daf4860a 100644
--- a/recipes/iptables/iptables.inc
+++ b/recipes/iptables/iptables.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.netfilter.org/"
SECTION = "console/utils"
LICENSE = "GPL"
-SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
+SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2;name=iptables-${PV}"
S = "${WORKDIR}/iptables-${PV}"
INC_PR = "r6"