git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4fb5285
)
nacl: disable mips16 as it significantly decreases performance
author
Matthias Schiffer
<redacted>
Sat, 30 Aug 2014 17:26:19 +0000
(19:26 +0200)
committer
Matthias Schiffer
<redacted>
Sat, 30 Aug 2014 17:26:19 +0000
(19:26 +0200)
Signed-off-by: Matthias Schiffer <redacted>
libs/nacl/Makefile
patch
|
blob
|
history
diff --git
a/libs/nacl/Makefile
b/libs/nacl/Makefile
index e619ec4405873d91a1022d649ceded3f6f8be7b8..0fe2f2abb128e5ad6bbb348a7d862f92fdd94f1e 100644
(file)
--- a/
libs/nacl/Makefile
+++ b/
libs/nacl/Makefile
@@
-18,6
+18,8
@@
PKG_MD5SUM:=7efb5715561c3d10dafd3fa97b4f2d20
PKG_LICENSE:=PublicDomain
+PKG_USE_MIPS16:=0
+
include $(INCLUDE_DIR)/package.mk
define Package/nacl
git clone https://git.99rst.org/PROJECT