diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-18 12:11:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-18 12:11:05 +0000 |
commit | 956ea1cefc432ea7a4c6b3388b5516b111d1bd02 (patch) | |
tree | 082c0bd8315b654df4198596ef86bb4cdffb64ce /package/kernel/lantiq | |
parent | 18ab115d890c389a25a072dc2c175bb716cc98d5 (diff) | |
download | upstream-956ea1cefc432ea7a4c6b3388b5516b111d1bd02.tar.gz upstream-956ea1cefc432ea7a4c6b3388b5516b111d1bd02.tar.bz2 upstream-956ea1cefc432ea7a4c6b3388b5516b111d1bd02.zip |
ltq-vdsl-mei: disable mips16 support (fixes #15284)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39944
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-mei/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/Makefile b/package/kernel/lantiq/ltq-vdsl-mei/Makefile index 7e7107f356..1816bbeea8 100644 --- a/package/kernel/lantiq/ltq-vdsl-mei/Makefile +++ b/package/kernel/lantiq/ltq-vdsl-mei/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=cf2fccc1bc72390b2aec46650abf2f20 PKG_FIXUP:=autoreconf PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk |