summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-19 11:16:46 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-19 11:16:46 +0000
commitefb7c910ee4c0755457ab92daa67f1d5ae2e3f2c (patch)
tree5cf6b2713f15e55e0984418920d25fcc12ff2ddb
parentb512523d6fe428a2033957f5b4c9e70f5c5210ec (diff)
downloadmaster-31e0f0ae-efb7c910ee4c0755457ab92daa67f1d5ae2e3f2c.tar.gz
master-31e0f0ae-efb7c910ee4c0755457ab92daa67f1d5ae2e3f2c.tar.bz2
master-31e0f0ae-efb7c910ee4c0755457ab92daa67f1d5ae2e3f2c.zip
iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
SVN-Revision: 24719
-rw-r--r--package/iptables/patches/002-layer7_2.22.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/patches/002-layer7_2.22.patch b/package/iptables/patches/002-layer7_2.22.patch
index 04b21c0105..ba4531e3f3 100644
--- a/package/iptables/patches/002-layer7_2.22.patch
+++ b/package/iptables/patches/002-layer7_2.22.patch
@@ -1,5 +1,5 @@
--- /dev/null
-+++ b/libxt_layer7.c
++++ b/extensions/libxt_layer7.c
@@ -0,0 +1,368 @@
+/*
+ Shared library add-on to iptables for layer 7 matching support.