From: jow Date: Sun, 19 Dec 2010 11:16:46 +0000 (+0000) Subject: [package] iptables: fix layer7 patch to place the source in extensions/, I doubt... X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/c0241ce8caf879dd9a61e6839a9dbf8a8e1c6c6b [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 --- diff --git a/package/iptables/patches/002-layer7_2.22.patch b/package/iptables/patches/002-layer7_2.22.patch index 04b21c010..ba4531e3f 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.