diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:32:25 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-01 14:32:25 +0000 |
commit | 9a5ae46bbbc62db4c8faa646d8383017b904cdad (patch) | |
tree | 4a3ef2bf9d4e49afe3ebef3bc5b5933805720502 /package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch | |
parent | 3b329ec7b5c182f2b66e86a855b633c4b97ee5f1 (diff) |
[lantiq voice]
* rename voice package
* sync with lantiqs release
* make it work on lantiq kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch')
-rw-r--r-- | package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch b/package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch new file mode 100644 index 0000000000..da0bbd3234 --- /dev/null +++ b/package/ltq-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" |