contrib: disable mips16 for LuCI build (OpenWrt ticket 15224)
This commit is contained in:
parent
410f928390
commit
de5da20be1
1 changed files with 1 additions and 0 deletions
|
@ -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:=
|
||||
|
|
Loading…
Reference in a new issue