From 0c5809fb91b8ac228b979be28971fbb3c73b98f4 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 11 Mar 2014 13:20:01 +0000
Subject: [PATCH] ltq-adsl: disable mips16 support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39874
---
 package/kernel/lantiq/ltq-ifxos/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/kernel/lantiq/ltq-ifxos/Makefile b/package/kernel/lantiq/ltq-ifxos/Makefile
index 1364849bc6..0a0fc9a247 100644
--- a/package/kernel/lantiq/ltq-ifxos/Makefile
+++ b/package/kernel/lantiq/ltq-ifxos/Makefile
@@ -14,6 +14,8 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
 PKG_MD5SUM:=bc107f9d8ff6bed4c2760a2817bbb029
 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
 
+PKG_USE_MIPS16:=0
+
 include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/ltq-ifxos
-- 
2.30.2