diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-24 08:05:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-24 08:05:49 +0000 |
commit | e43a6b684eb31322f10d2b081e6649c32bde8206 (patch) | |
tree | 6032f7851e5ec6e67360d0f920006b104382810b /package/acx/patches/002-disable-usb.diff | |
parent | 7314de1e5df7bde16c9e372efe9a2d9fafa73aa7 (diff) | |
download | mtk-20170518-e43a6b684eb31322f10d2b081e6649c32bde8206.zip mtk-20170518-e43a6b684eb31322f10d2b081e6649c32bde8206.tar.gz mtk-20170518-e43a6b684eb31322f10d2b081e6649c32bde8206.tar.bz2 |
remove old acx driver
SVN-Revision: 31456
Diffstat (limited to 'package/acx/patches/002-disable-usb.diff')
-rw-r--r-- | package/acx/patches/002-disable-usb.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/acx/patches/002-disable-usb.diff b/package/acx/patches/002-disable-usb.diff deleted file mode 100644 index e3cf098..0000000 --- a/package/acx/patches/002-disable-usb.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- 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" - |