libs/libsodium: updated minimal prompt, PKG_RELEASE++
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
This commit is contained in:
parent
a63540eb23
commit
2bceca6bf2
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libsodium
|
PKG_NAME:=libsodium
|
||||||
PKG_VERSION:=0.7.0
|
PKG_VERSION:=0.7.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -46,7 +46,7 @@ endef
|
||||||
define Package/libsodium/config
|
define Package/libsodium/config
|
||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
config LIBSODIUM_MINIMAL
|
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
|
default y
|
||||||
endmenu
|
endmenu
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue