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/libs/wolfssl | |
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/libs/wolfssl')
-rw-r--r-- | package/libs/wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 6ad44a9acf..48e85b0bce 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=b7ee150e49def77c765bc02aac92ddeb0bebefd4cb12aa263d8f95e405221fb8 PKG_FIXUP:=libtool libtool-abiver PKG_INSTALL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSING COPYING |