summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-11 13:20:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-11 13:20:04 +0000
commitf23a50dff9c276c92a3afe7a2b767b1937e24074 (patch)
treef45ef465d2b799dc572a9107b24f43e656255772
parent0c5809fb91b8ac228b979be28971fbb3c73b98f4 (diff)
downloadmtk-20170518-f23a50dff9c276c92a3afe7a2b767b1937e24074.zip
mtk-20170518-f23a50dff9c276c92a3afe7a2b767b1937e24074.tar.gz
mtk-20170518-f23a50dff9c276c92a3afe7a2b767b1937e24074.tar.bz2
ltq-tapi: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39875
-rw-r--r--package/kernel/lantiq/ltq-tapi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile
index 2582235..921e9a1 100644
--- a/package/kernel/lantiq/ltq-tapi/Makefile
+++ b/package/kernel/lantiq/ltq-tapi/Makefile
@@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
PKG_MD5SUM:=edb43b494832c540cc035493d18db58f
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
+PKG_USE_MIPS16:=0
+
include $(INCLUDE_DIR)/ltqtapi.mk
include $(INCLUDE_DIR)/package.mk