[backfire] backport r27648
[openwrt-10.03/.git] / package / acx / patches / 002-disable-usb.diff
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -4,7 +4,7 @@ KERNELDIR = /lib/modules/$(KVER)/build
4  obj-m += acx.o
5  
6  acx-obj-y += pci.o
7 -acx-obj-y += usb.o
8 +#acx-obj-y += usb.o
9  
10  acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)
11  
12 --- a/acx_config.h
13 +++ b/acx_config.h
14 @@ -1,6 +1,6 @@
15  /* temporary hack until proper Kconfig integration */
16  #define CONFIG_ACX_PCI 1
17 -#define CONFIG_ACX_USB 1
18 +/*#define CONFIG_ACX_USB 1*/
19  
20  #define ACX_RELEASE "v0.3.37"
21