Merge pull request #6306 from dhewg/buildflags
luci-lib-px5g: refactor to use PKG_BUILD_FLAGS:=no-mips16
This commit is contained in:
commit
cce10fdd8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue