Browse Source

nacl: disable mips16 as it significantly decreases performance

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
lilik-openwrt-22.03
Matthias Schiffer 10 years ago
parent
commit
2f517518e6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libs/nacl/Makefile

+ 2
- 0
libs/nacl/Makefile View File

@ -18,6 +18,8 @@ PKG_MD5SUM:=7efb5715561c3d10dafd3fa97b4f2d20
PKG_LICENSE:=PublicDomain
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
define Package/nacl


Loading…
Cancel
Save