From 030af00c2f652f567db4c23732e9da2b2f30b65e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 18 May 2014 21:12:55 +0000 Subject: [PATCH] ltq-hcd: disable mips16 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 SVN-Revision: 40775 --- package/kernel/lantiq/ltq-hcd/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 include $(INCLUDE_DIR)/package.mk -- 2.30.2