From 0b491a05ca1dde902586c8c13fc3a9fa38fdb3bb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Jan 2015 11:12:11 +0100 Subject: [PATCH 1/1] luci-lib-px5g: disable MIPS16 Signed-off-by: Jo-Philipp Wich --- libs/luci-lib-px5g/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/luci-lib-px5g/Makefile b/libs/luci-lib-px5g/Makefile index ee07ba0f5..70b95e850 100644 --- a/libs/luci-lib-px5g/Makefile +++ b/libs/luci-lib-px5g/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support) LUCI_DEPENDS:=+liblua +PKG_USE_MIPS16:=0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.11.0