luci-lib-px5g: refactor to use PKG_BUILD_FLAGS:=no-mips16 6306/head
authorAndre Heider <a.heider@gmail.com>
Thu, 23 Mar 2023 08:48:08 +0000 (09:48 +0100)
committerAndre 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

index 1c77a5c601897678efc8cba96b91d8ee91725315..269dfeb7a81344a7f0e97238aa3a3e285bd08418 100644 (file)
@@ -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