projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d0367
)
luci-lib-px5g: refactor to use PKG_BUILD_FLAGS:=no-mips16
6306/head
author
Andre Heider
<a.heider@gmail.com>
Thu, 23 Mar 2023 08:48:08 +0000
(09:48 +0100)
committer
Andre Heider
<a.heider@gmail.com>
Thu, 23 Mar 2023 09:09:02 +0000
(10:09 +0100)
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>
libs/luci-lib-px5g/Makefile
patch
|
blob
|
history
diff --git
a/libs/luci-lib-px5g/Makefile
b/libs/luci-lib-px5g/Makefile
index 1c77a5c601897678efc8cba96b91d8ee91725315..269dfeb7a81344a7f0e97238aa3a3e285bd08418 100644
(file)
--- 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