diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-19 11:16:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-19 11:16:46 +0000 |
commit | 722e340ec18b7be2b041259a462fc45ad20ab2d3 (patch) | |
tree | 7738d11c3b55e2d86c795f11c7d9c56a1eaa01b0 /package/iptables | |
parent | a1ee34ca6e4ba94f5765f78cb83f2de5fa503fcc (diff) | |
download | upstream-722e340ec18b7be2b041259a462fc45ad20ab2d3.tar.gz upstream-722e340ec18b7be2b041259a462fc45ad20ab2d3.tar.bz2 upstream-722e340ec18b7be2b041259a462fc45ad20ab2d3.zip |
[package] iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24719 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/patches/002-layer7_2.22.patch | 2 |
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. |