aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-11-10 11:59:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-11-10 11:59:41 +0000
commit067e782574fb2dab54914b747ec0b5b86e6d74ce (patch)
treed9fedee35eeec5ced026745304948d3c302632d9
parent0dc139ac310631880f54fd01f779ef139cfb7a1a (diff)
downloadmaster-187ad058-067e782574fb2dab54914b747ec0b5b86e6d74ce.tar.gz
master-187ad058-067e782574fb2dab54914b747ec0b5b86e6d74ce.tar.bz2
master-187ad058-067e782574fb2dab54914b747ec0b5b86e6d74ce.zip
[kernel] fix ipset compile error on 2.6.27
Signed-off-by: Alexandros C. Couloumbis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13168 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch
index fec3e3d907..111cb32a07 100644
--- a/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch
+++ b/target/linux/generic-2.6/patches-2.6.27/130-netfilter_ipset.patch
@@ -1162,9 +1162,9 @@
+#include <linux/jhash.h>
+#include <linux/netfilter_ipv4/ip_tables.h>
+#include <linux/errno.h>
++#include <linux/semaphore.h>
+#include <asm/uaccess.h>
+#include <asm/bitops.h>
-+#include <asm/semaphore.h>
+#include <linux/spinlock.h>
+#include <linux/vmalloc.h>
+