Add acx package
[openwrt.git] / package / acx / patches / 002-disable-usb.diff
1 --- acx-20070101.orig/Makefile 2007-01-25 17:09:24.000000000 +0700
2 +++ acx-20070101/Makefile 2007-01-25 17:09:41.000000000 +0700
3 @@ -1,7 +1,7 @@
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 --- acx-20070101.orig/acx_config.h 2007-01-25 17:21:05.000000000 +0700
13 +++ acx-20070101/acx_config.h 2007-01-25 17:21:08.000000000 +0700
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.36"
21
This page took 0.039827 seconds and 5 git commands to generate.