mirror of
https://github.com/openwrt/luci
synced 2025-01-07 03:27:12 +08:00
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>
This commit is contained in:
parent
c1d0367518
commit
ff2c45d4a6
@ -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 New Issue
Block a user