ltq-hcd: disable mips16 support
authorFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2014 21:12:55 +0000 (21:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2014 21:12:55 +0000 (21:12 +0000)
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

package/kernel/lantiq/ltq-hcd/Makefile

index 89185689acb63fed3825d4a71a0474a5e73f0b2e..3f62d9c8edd37a357c96bb5622cd07a327a56e88 100644 (file)
@@ -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