Browse Source

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>
Andre Heider 1 year ago
parent
commit
ff2c45d4a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/luci-lib-px5g/Makefile

+ 1 - 1
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