From: John Crispin Date: Sun, 30 Mar 2014 09:15:29 +0000 (+0000) Subject: ltq-vdsl: fix MIPS16 compile breakage X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=c9d07386452bf3901b545a73d87e1f53573b9e95 ltq-vdsl: fix MIPS16 compile breakage Signed-off-by: John Crispin SVN-Revision: 40308 --- 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 include $(INCLUDE_DIR)/package.mk