aboutsummaryrefslogtreecommitdiff
path: root/libs/libsodium
diff options
context:
space:
mode:
authorDamiano Renfer <damiano.renfer@gmail.com>2014-09-21 17:12:46 +0200
committerDamiano Renfer <damiano.renfer@gmail.com>2014-09-21 17:12:46 +0200
commit2bceca6bf2c75f40c3f51ed830c444165e2a5b0c (patch)
treeae3db30cb5d7a59548701b6859f0a6e1616694a6 /libs/libsodium
parenta63540eb232cb5d9e91d0efc856f9784a31bb83c (diff)
libs/libsodium: updated minimal prompt, PKG_RELEASE++
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
Diffstat (limited to 'libs/libsodium')
-rw-r--r--libs/libsodium/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile
index 82b1613a4..1c0039d35 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