diff options
author | Andre Heider <a.heider@gmail.com> | 2023-02-02 20:02:25 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-03-21 18:28:22 +0100 |
commit | 5c545bdb365a78b8995ddfa441a6018f7ff3c011 (patch) | |
tree | f361776c080f76a400c46c51f221ccd61678beec /package/system/usign | |
parent | 0a44c579a1ab3f699ad84728cc6cde78c99ba1d1 (diff) | |
download | upstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.tar.gz upstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.tar.bz2 upstream-5c545bdb365a78b8995ddfa441a6018f7ff3c011.zip |
treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16
Keep backwards compatibility via PKG_USE_MIPS16 for now, as this is
used in all package feeds.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/system/usign')
-rw-r--r-- | package/system/usign/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/usign/Makefile b/package/system/usign/Makefile index 5267ce15f3..0d2d07017c 100644 --- a/package/system/usign/Makefile +++ b/package/system/usign/Makefile @@ -10,7 +10,7 @@ PKG_SOURCE_VERSION:=f1f65026a94137c91b5466b149ef3ea3f20091e9 PKG_MIRROR_HASH:=3f6569a5e63fdfd032976ac0f79d736d3935101ac1b97fb370514b013c5e6bb6 CMAKE_INSTALL:=1 PKG_CHECK_FORMAT_SECURITY:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_LICENSE:=ISC PKG_LICENSE_FILES:= |