1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 20:35:40 +03:00
openwrt-xburst/package/acx/patches/002-disable-usb.diff
juhosg 9884360674 package/acx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:27:02 +00:00

22 lines
451 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ KERNELDIR = /lib/modules/$(KVER)/build
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)
--- a/acx_config.h
+++ b/acx_config.h
@@ -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*/
#define ACX_RELEASE "v0.3.37"