zaptel: Package for wcusb and wctdm driver
[feed/telephony.git] / libs / zaptel-1.4.x / patches / 350-2.6.34.patch
1 Index: zaptel-1.4.12.1/kernel/zconfig.h
2 ===================================================================
3 --- zaptel-1.4.12.1.orig/kernel/zconfig.h       2010-06-13 08:51:02.000000000 +0200
4 +++ zaptel-1.4.12.1/kernel/zconfig.h    2010-06-13 08:53:22.000000000 +0200
5 @@ -22,6 +22,8 @@
6  #include <linux/version.h>
7  #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
8  #include <linux/config.h>
9 +#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33))
10 +#include <generated/autoconf.h>
11  #else
12  #include <linux/autoconf.h>
13  #endif
14