2c7eb1665a500a2ab3666295545e0d238da05bc6
[openwrt/staging/chunkeey.git] / package / acx / patches / 002-disable-usb.diff
1 Index: acx-20070101/Makefile
2 ===================================================================
3 --- acx-20070101.orig/Makefile 2007-06-04 13:22:42.463399864 +0200
4 +++ acx-20070101/Makefile 2007-06-04 13:22:42.747356696 +0200
5 @@ -1,7 +1,7 @@
6 obj-m += acx.o
7
8 acx-obj-y += pci.o
9 -acx-obj-y += usb.o
10 +#acx-obj-y += usb.o
11
12 acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)
13
14 Index: acx-20070101/acx_config.h
15 ===================================================================
16 --- acx-20070101.orig/acx_config.h 2007-06-04 13:22:42.469398952 +0200
17 +++ acx-20070101/acx_config.h 2007-06-04 13:22:42.747356696 +0200
18 @@ -1,6 +1,6 @@
19 /* temporary hack until proper Kconfig integration */
20 #define CONFIG_ACX_PCI 1
21 -#define CONFIG_ACX_USB 1
22 +/*#define CONFIG_ACX_USB 1*/
23
24 #define ACX_RELEASE "v0.3.36"
25