diff options
Diffstat (limited to 'package/utils/px5g-wolfssl/Makefile')
-rw-r--r-- | package/utils/px5g-wolfssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/px5g-wolfssl/Makefile b/package/utils/px5g-wolfssl/Makefile index 687a999ca7..be2d4af30c 100644 --- a/package/utils/px5g-wolfssl/Makefile +++ b/package/utils/px5g-wolfssl/Makefile @@ -8,7 +8,7 @@ PKG_NAME:=px5g-wolfssl PKG_RELEASE:=$(COMMITCOUNT).2 PKG_LICENSE:=GPL-2.0-or-later -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_MAINTAINER:=Paul Spooren <mail@aparcar.org> |