diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-03-11 16:14:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-03-11 16:14:27 +0000 |
commit | de5da20be1ed099c8d3ea77f26ac5ae65e94d4e9 (patch) | |
tree | a8ded9334d386b1211763e43f4549542e31b7e10 /contrib | |
parent | 410f928390a3c96f35f0fbcdec4f61678f87ebb5 (diff) |
contrib: disable mips16 for LuCI build (OpenWrt ticket 15224)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 770664556..5f0d3151d 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -12,6 +12,7 @@ PKG_VERSION:=$(shell $(LUCI_TOPDIR)/build/mkrevision.sh 2>/dev/null || echo unkn PKG_BUILD_DEPENDS:=$(if $(STAGING_DIR_ROOT),lua/host) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_USE_MIPS16:=0 LUA_TARGET:=source LUCI_CFLAGS:= |