diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-11 13:19:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-11 13:19:56 +0000 |
commit | f577d6f33620c9a058040074c6670c5059ba0796 (patch) | |
tree | e975857a0b06f8b13d09a3075d7b423177be98a5 /package/kernel/lantiq/ltq-adsl | |
parent | 75ac488f4d89a547984b7baff50a41576e8ccb0f (diff) | |
download | upstream-f577d6f33620c9a058040074c6670c5059ba0796.tar.gz upstream-f577d6f33620c9a058040074c6670c5059ba0796.tar.bz2 upstream-f577d6f33620c9a058040074c6670c5059ba0796.zip |
ltq-adsl: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39873
Diffstat (limited to 'package/kernel/lantiq/ltq-adsl')
-rw-r--r-- | package/kernel/lantiq/ltq-adsl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile index 6a0daa25c9..154dc52741 100644 --- a/package/kernel/lantiq/ltq-adsl/Makefile +++ b/package/kernel/lantiq/ltq-adsl/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ PKG_MD5SUM:=c45bc531c1ed2ac80f68fb986b63bb87 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_USE_MIPS16:=0 + include $(INCLUDE_DIR)/package.mk define KernelPackage/ltq-adsl-template |