aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-05-23 23:10:09 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-05-23 23:10:09 +0000
commit3003516b5a10a82042e1aeff49f2cf219ff78180 (patch)
tree0599eb0d217eddadc782fdb3e2cbbab142e128d9 /target/linux/generic-2.6/patches/013-ipset_compile_fix.patch
parentecfd950f2373a2ad11db11adcbc8f8f1ffe773e3 (diff)
downloadmaster-187ad058-3003516b5a10a82042e1aeff49f2cf219ff78180.tar.gz
master-187ad058-3003516b5a10a82042e1aeff49f2cf219ff78180.tar.bz2
master-187ad058-3003516b5a10a82042e1aeff49f2cf219ff78180.zip
update netfilter patches, fix atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7320 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches/013-ipset_compile_fix.patch')
-rw-r--r--target/linux/generic-2.6/patches/013-ipset_compile_fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch b/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch
deleted file mode 100644
index 80cbe0c718..0000000000
--- a/target/linux/generic-2.6/patches/013-ipset_compile_fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- linux.old/include/linux/netfilter_ipv4/ip_set_malloc.h 2007-05-23 23:34:49.100660208 +0200
-+++ linux.dev/include/linux/netfilter_ipv4/ip_set_malloc.h 2007-05-23 23:36:36.528328720 +0200
-@@ -2,6 +2,7 @@
- #define _IP_SET_MALLOC_H
-
- #ifdef __KERNEL__
-+#include <asm/pgtable.h>
-
- /* Memory allocation and deallocation */
- static size_t max_malloc_size = 0;