diff options
Diffstat (limited to 'recipes/iptables')
-rw-r--r-- | recipes/iptables/iptables.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iptables/iptables.inc b/recipes/iptables/iptables.inc index a86ae858c4..db2b6f016e 100644 --- a/recipes/iptables/iptables.inc +++ b/recipes/iptables/iptables.inc @@ -6,7 +6,7 @@ LICENSE = "GPL" SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2;name=iptables-${PV}" S = "${WORKDIR}/iptables-${PV}" -INC_PR = "r6" +INC_PR = "r7" PARALLEL_MAKE = "" |