diff options
author | Andre Heider <a.heider@gmail.com> | 2023-03-23 09:48:08 +0100 |
---|---|---|
committer | Andre Heider <a.heider@gmail.com> | 2023-03-23 10:09:02 +0100 |
commit | ff2c45d4a6dded5492560bcfe96e13be05bb4ab1 (patch) | |
tree | 6477c25ed3c4e2039f02e09f6e7349c7bab3955f | |
parent | c1d03675187ff2e7b2ffa42818b1443ac8d6d061 (diff) |
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 <a.heider@gmail.com>
-rw-r--r-- | libs/luci-lib-px5g/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |