Browse Source

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 <[email protected]>

SVN-Revision: 40775
Felix Fietkau 11 years ago
parent
commit
030af00c2f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/kernel/lantiq/ltq-hcd/Makefile

+ 2 - 0
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 <[email protected]>
 
 include $(INCLUDE_DIR)/package.mk