summaryrefslogtreecommitdiff
path: root/package/kernel/lantiq/ltq-hcd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-18 21:12:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-18 21:12:55 +0000
commit030af00c2f652f567db4c23732e9da2b2f30b65e (patch)
tree54d04df4ca1a0ed9f58b7161ff03073c9ab60f22 /package/kernel/lantiq/ltq-hcd/Makefile
parent171211c29faf7f7755a4e4f70cb700588e8011db (diff)
downloadmtk-20170518-030af00c2f652f567db4c23732e9da2b2f30b65e.zip
mtk-20170518-030af00c2f652f567db4c23732e9da2b2f30b65e.tar.gz
mtk-20170518-030af00c2f652f567db4c23732e9da2b2f30b65e.tar.bz2
ltq-hcd: disable mips16 support
This patch disables mips16 support in the ltq-hcd driver because some people reported slow speed and problems with usb storage devices, 3G dongles and wireless usb adapters. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 40775
Diffstat (limited to 'package/kernel/lantiq/ltq-hcd/Makefile')
-rw-r--r--package/kernel/lantiq/ltq-hcd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-hcd/Makefile b/package/kernel/lantiq/ltq-hcd/Makefile
index 8918568..3f62d9c 100644
--- a/package/kernel/lantiq/ltq-hcd/Makefile
+++ b/package/kernel/lantiq/ltq-hcd/Makefile
@@ -10,6 +10,8 @@ PKG_NAME:=ltq-hcd
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/ltq-hcd-$(BUILD_VARIANT)
+PKG_USE_MIPS16:=0
+
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
include $(INCLUDE_DIR)/package.mk