From: Damiano Renfer Date: Sun, 21 Sep 2014 15:12:46 +0000 (+0200) Subject: libs/libsodium: updated minimal prompt, PKG_RELEASE++ X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2bceca6bf2c75f40c3f51ed830c444165e2a5b0c;p=feed%2Fpackages.git libs/libsodium: updated minimal prompt, PKG_RELEASE++ Signed-off-by: Damiano Renfer damiano.renfer@gmail.com --- diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 82b1613a47..1c0039d35e 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libsodium PKG_VERSION:=0.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -46,7 +46,7 @@ endef define Package/libsodium/config menu "Configuration" config LIBSODIUM_MINIMAL - bool "Create a smaller library" + bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y endmenu endef