aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
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
commit01741016afb444cef07dce3617ce464142b62857 (patch)
treec875f1f12b825630fcb943b2232b4cf6d77075b4 /package/kernel/lantiq
parent26e769155591b65ba554cd432d994c44eb6e4c73 (diff)
downloadmaster-187ad058-01741016afb444cef07dce3617ce464142b62857.tar.gz
master-187ad058-01741016afb444cef07dce3617ce464142b62857.tar.bz2
master-187ad058-01741016afb444cef07dce3617ce464142b62857.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-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 89185689ac..3f62d9c8ed 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