index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2014-08-31 12:03:43 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2014-08-31 12:03:43 +0000
commit
2efadff06bb639edf6b2b2c41bb9688f78d024f1
(
patch
)
tree
c51731a7aa0b33d8439755b367741a5275000e39
parent
7632358addaabcd8b216efbf7f1ea3ddf30cfb6f
(
diff
)
nettle: disable mips16 support to improve performance
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> SVN-Revision: 42341
Diffstat
-rw-r--r--
package/libs/nettle/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/nettle/Makefile b/package/libs/nettle/Makefile
index 4b0ce0bad9..c655b724ad 100644
--- a/
package/libs/nettle/Makefile
+++ b/
package/libs/nettle/Makefile
@@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nettle
PKG_VERSION:=2.7.1
PKG_RELEASE:=1
+PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/nettle