aboutsummaryrefslogtreecommitdiffstats
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
commit7482b71752ef75cd8f94f6455439bc2dc10cd244 (patch)
tree408a8d70e8fcdf8f66a64ca4200ac9e9fc29bc3c
parent63d92d72be82180e2cb0ba1f0195385bddf5f997 (diff)
downloadupstream-7482b71752ef75cd8f94f6455439bc2dc10cd244.tar.gz
upstream-7482b71752ef75cd8f94f6455439bc2dc10cd244.tar.bz2
upstream-7482b71752ef75cd8f94f6455439bc2dc10cd244.zip
ltq-tapi: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39875 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 2582235dc9..921e9a18e3 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