2010-03-26 14:27:02 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -4,7 +4,7 @@ KERNELDIR = /lib/modules/$(KVER)/build
|
2007-03-18 14:43:06 +00:00
|
|
|
obj-m += acx.o
|
|
|
|
|
|
|
|
acx-obj-y += pci.o
|
|
|
|
-acx-obj-y += usb.o
|
|
|
|
+#acx-obj-y += usb.o
|
|
|
|
|
|
|
|
acx-objs := wlan.o conv.o ioctl.o common.o $(acx-obj-y)
|
|
|
|
|
2010-03-26 14:27:02 +00:00
|
|
|
--- a/acx_config.h
|
|
|
|
+++ b/acx_config.h
|
2007-03-18 14:43:06 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
/* temporary hack until proper Kconfig integration */
|
|
|
|
#define CONFIG_ACX_PCI 1
|
|
|
|
-#define CONFIG_ACX_USB 1
|
|
|
|
+/*#define CONFIG_ACX_USB 1*/
|
|
|
|
|
2010-03-26 14:27:02 +00:00
|
|
|
#define ACX_RELEASE "v0.3.37"
|
2007-03-18 14:43:06 +00:00
|
|
|
|