summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 23:27:36 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 23:27:36 +0000
commitc5ac3c85663e2ff772acc02ab7e05763da6a2158 (patch)
tree2d12aed4fe83ff657808c461d0c07bb708250c4c /package/iptables/patches
parentc46d2489d6b1f7a9f82149cd7a818d7c60122055 (diff)
package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 761f1c497..000000000
--- 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