From: Andre Heider Date: Thu, 23 Mar 2023 08:51:00 +0000 (+0100) Subject: prince: refactor to use PKG_BUILD_FLAGS:=no-mips16 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9febc56a445ddb4d67c0f1133a0c17b67721bcd1;p=feed%2Frouting.git prince: 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 --- diff --git a/prince/Makefile b/prince/Makefile index a88e41c..03ca478 100644 --- a/prince/Makefile +++ b/prince/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Gabriele Gemmi PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 # out of source build CMAKE_BINARY_SUBDIR:=build