aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-14 23:27:36 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-14 23:27:36 +0000
commitd009c8ed974e3907073b7c81235b71535f880210 (patch)
treefc99fa8730df8f2ef796123a667f1920308e577e /package/iptables/patches
parent8543722ed5ec8748d27824714449fa0e8fff4e9b (diff)
downloadupstream-d009c8ed974e3907073b7c81235b71535f880210.tar.gz
upstream-d009c8ed974e3907073b7c81235b71535f880210.tar.bz2
upstream-d009c8ed974e3907073b7c81235b71535f880210.zip
package/iptables: update to 1.4.7
SVN-Revision: 20862
Diffstat (limited to 'package/iptables/patches')
-rw-r--r--package/iptables/patches/008-netfilter_include_linux_type_h.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/iptables/patches/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/008-netfilter_include_linux_type_h.patch
deleted file mode 100644
index 761f1c4977..0000000000
--- a/package/iptables/patches/008-netfilter_include_linux_type_h.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/linux/netfilter.h
-+++ b/include/linux/netfilter.h
-@@ -1,6 +1,7 @@
- #ifndef __LINUX_NETFILTER_H
- #define __LINUX_NETFILTER_H
-
-+#include <linux/types.h>
-
- /* Responses from hook functions. */
- #define NF_DROP 0