summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-10 11:59:41 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-10 11:59:41 +0000
commit89e81be43317f8b2cd6da87a36d345f1c2955a9c (patch)
treed9fedee35eeec5ced026745304948d3c302632d9 /target/linux
parentf1cfd9052b7889ee7a1f7699cd1616b1d647df8b (diff)
[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
Diffstat (limited to 'target/linux')
-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 fec3e3d90..111cb32a0 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>
+