summaryrefslogtreecommitdiffstats
path: root/package/ifxos
diff options
context:
space:
mode:
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-24 21:34:05 +0000
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-24 21:34:05 +0000
commit91ef46e29d1858d91240743fe2837b8f39e64b4c (patch)
tree1a910b7d3413325e417ead3b7dcc9ebe73db66b6 /package/ifxos
parent0ca0eee452ade9896ce7a860c7890d74d6098d21 (diff)
[ifxos] fix .32 issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21149 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxos')
-rw-r--r--package/ifxos/patches/110-fix-2.6.32-wakeup.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ifxos/patches/110-fix-2.6.32-wakeup.patch b/package/ifxos/patches/110-fix-2.6.32-wakeup.patch
new file mode 100644
index 000000000..da0bbd323
--- /dev/null
+++ b/package/ifxos/patches/110-fix-2.6.32-wakeup.patch
@@ -0,0 +1,12 @@
+Index: lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c
+===================================================================
+--- lib_ifxos-1.5.12.orig/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:33:55.000000000 +0200
++++ lib_ifxos-1.5.12/src/linux/ifxos_linux_select_drv.c 2010-04-24 11:34:21.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <linux/fs.h>
+ #include <linux/wait.h>
+ #include <linux/poll.h>
++#include <linux/sched.h>
+
+ #include "ifx_types.h"
+ #include "ifxos_rt_if_check.h"