aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-03-30 09:15:29 +0000
committerJohn Crispin <blogic@openwrt.org>2014-03-30 09:15:29 +0000
commit4573d1dc15fcc20c1ff28562759580b86e9598ac (patch)
treebb291e96d2f62ec8c9a17a0b0efd836b3042c220 /package/kernel/lantiq
parentbbff25f740a1c4c9412fc0e7381eba266b261244 (diff)
downloadmaster-187ad058-4573d1dc15fcc20c1ff28562759580b86e9598ac.tar.gz
master-187ad058-4573d1dc15fcc20c1ff28562759580b86e9598ac.tar.bz2
master-187ad058-4573d1dc15fcc20c1ff28562759580b86e9598ac.zip
ltq-vdsl: fix MIPS16 compile breakage
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-vdsl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl/Makefile b/package/kernel/lantiq/ltq-vdsl/Makefile
index e94692771b..0901721b90 100644
--- a/package/kernel/lantiq/ltq-vdsl/Makefile
+++ b/package/kernel/lantiq/ltq-vdsl/Makefile
@@ -16,6 +16,8 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/drv_dsl_cpe_api-$(PKG_VERSION)
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
PKG_MD5SUM:=b6d9c1e3c5db1bfcd6e81bb2f582cadb
+PKG_USE_MIPS16:=0
+
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
include $(INCLUDE_DIR)/package.mk