Browse Source

nettle: disable mips16 support to improve performance

Signed-off-by: Nikos Mavrogiannopoulos <[email protected]>

SVN-Revision: 42341
Felix Fietkau 11 years ago
parent
commit
2efadff06b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/libs/nettle/Makefile

+ 1 - 0
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