diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 11:12:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-15 11:12:11 +0100 |
commit | 0b491a05ca1dde902586c8c13fc3a9fa38fdb3bb (patch) | |
tree | db3ada2cdd972359a55e49cdfcebccc6d27d5632 /libs/luci-lib-px5g | |
parent | c159d280919d021a07609dbce1fbdc357f37a776 (diff) |
luci-lib-px5g: disable MIPS16
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'libs/luci-lib-px5g')
-rw-r--r-- | libs/luci-lib-px5g/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |