diff options
author | John Crispin <blogic@openwrt.org> | 2013-09-17 21:45:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-09-17 21:45:56 +0000 |
commit | 1b9761927eeb45471eaef7f7b415409d85b394d2 (patch) | |
tree | a305499a5b5644e60e14be1321891401e509412f /package/kernel/lantiq/ltq-tapi | |
parent | 8efddfe9ec06e7add1da983877b68fce2589cf6c (diff) | |
download | upstream-1b9761927eeb45471eaef7f7b415409d85b394d2.tar.gz upstream-1b9761927eeb45471eaef7f7b415409d85b394d2.tar.bz2 upstream-1b9761927eeb45471eaef7f7b415409d85b394d2.zip |
lantiq: update packages for v3.10
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq/ltq-tapi')
-rw-r--r-- | package/kernel/lantiq/ltq-tapi/patches/300-linux-310.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/patches/300-linux-310.patch b/package/kernel/lantiq/ltq-tapi/patches/300-linux-310.patch new file mode 100644 index 0000000000..ac72515eee --- /dev/null +++ b/package/kernel/lantiq/ltq-tapi/patches/300-linux-310.patch @@ -0,0 +1,13 @@ +Index: drv_tapi-3.13.0/src/drv_tapi_linux.c +=================================================================== +--- drv_tapi-3.13.0.orig/src/drv_tapi_linux.c 2013-09-05 22:28:16.868419283 +0200 ++++ drv_tapi-3.13.0/src/drv_tapi_linux.c 2013-09-05 22:32:37.396425814 +0200 +@@ -93,6 +93,8 @@ + #include "drv_tapi_announcements.h" + #endif /* TAPI_ANNOUNCEMENTS */ + ++#undef CONFIG_PROC_FS ++ + #define TAPI_IOCTL_STACKSIZE 4000 /* allow some overhead 4 k */ + + /* ================================== */ |