strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt-10.03/.git] / package / qc-usb / patches / 001-linux_autoconf.patch
1 Index: qc-usb-0.6.5/qc-memory.c
2 ===================================================================
3 --- qc-usb-0.6.5.orig/qc-memory.c       2007-06-04 13:22:52.398889440 +0200
4 +++ qc-usb-0.6.5/qc-memory.c    2007-06-04 13:22:52.469878648 +0200
5 @@ -27,7 +27,7 @@
6   */
7  /* }}} */
8  /* {{{ [fold] Includes */
9 -#include <linux/config.h>
10 +#include <linux/autoconf.h>
11  #include <linux/version.h>
12  
13  #ifdef CONFIG_SMP
14 Index: qc-usb-0.6.5/quickcam.h
15 ===================================================================
16 --- qc-usb-0.6.5.orig/quickcam.h        2007-06-04 13:22:52.404888528 +0200
17 +++ qc-usb-0.6.5/quickcam.h     2007-06-04 13:22:52.470878496 +0200
18 @@ -76,7 +76,7 @@
19  
20  #ifdef __KERNEL__
21  
22 -#include <linux/config.h>
23 +#include <linux/autoconf.h>
24  #include <linux/version.h>
25  
26  #ifdef CONFIG_SMP