From: nbd Date: Sun, 18 May 2014 21:12:55 +0000 (+0000) Subject: ltq-hcd: disable mips16 support X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=0d9b2d0be7fdb3fac009d3d4725d11f3a229ac2a;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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