diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 14:32:25 +0000 |
commit | fd551c1fa7526aca631a07f0fd3134433c9fa5fe (patch) | |
tree | 1b6db352842d684f7cbd478a2dbc1724d09cdfe5 /package/ltq-ifxos/patches/110-fix-2.6.32-wakeup.patch | |
parent | 79b3d8f69aa02e2dc80f04a1ac84e971a2a33f8b (diff) | |
download | mtk-20170518-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.zip mtk-20170518-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.gz mtk-20170518-fd551c1fa7526aca631a07f0fd3134433c9fa5fe.tar.bz2 |
* rename voice package * sync with lantiqs release * make it work on lantiq kernel
SVN-Revision: 25275
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 0000000..da0bbd3 --- /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" |