From: Andre Heider Date: Thu, 23 Mar 2023 08:48:08 +0000 (+0100) Subject: luci-lib-px5g: refactor to use PKG_BUILD_FLAGS:=no-mips16 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ff2c45d4a6dded5492560bcfe96e13be05bb4ab1;p=project%2Fluci.git luci-lib-px5g: refactor to use PKG_BUILD_FLAGS:=no-mips16 See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider --- diff --git a/libs/luci-lib-px5g/Makefile b/libs/luci-lib-px5g/Makefile index 1c77a5c601..269dfeb7a8 100644 --- a/libs/luci-lib-px5g/Makefile +++ b/libs/luci-lib-px5g/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support) LUCI_DEPENDS:=+lua +luci-lib-nixio -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_LICENSE:=LGPL-2.1 include ../../luci.mk