diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 09:15:29 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 09:15:29 +0000 |
commit | c9d07386452bf3901b545a73d87e1f53573b9e95 (patch) | |
tree | 50b3429755d34525558e287313da742130251d7b | |
parent | 4001a1ee153d1727adafc24e1e65fae6ccdded3d (diff) | |
download | upstream-c9d07386452bf3901b545a73d87e1f53573b9e95.tar.gz upstream-c9d07386452bf3901b545a73d87e1f53573b9e95.tar.bz2 upstream-c9d07386452bf3901b545a73d87e1f53573b9e95.zip |
ltq-vdsl: fix MIPS16 compile breakage
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40308
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl/Makefile | 2 |
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 |