diff options
Diffstat (limited to 'recipes/iptables/iptables_1.3.8.bb')
-rw-r--r-- | recipes/iptables/iptables_1.3.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iptables/iptables_1.3.8.bb b/recipes/iptables/iptables_1.3.8.bb index 040be0643f..520e33624d 100644 --- a/recipes/iptables/iptables_1.3.8.bb +++ b/recipes/iptables/iptables_1.3.8.bb @@ -1,8 +1,9 @@ require iptables.inc -PR = "r4" +PR = "r5" SRC_URI += "\ file://getsockopt-failed.patch;patch=1 \ file://iptables-use-s6_addr32.patch;patch=1 \ + file://cross-iptables.diff;patch=1 \ " |