libsodium: add depends to configuration menu
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
396f5886dd
commit
abf22eb88b
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ endef
|
||||||
|
|
||||||
define Package/libsodium/config
|
define Package/libsodium/config
|
||||||
menu "Configuration"
|
menu "Configuration"
|
||||||
|
depends on PACKAGE_libsodium
|
||||||
config LIBSODIUM_MINIMAL
|
config LIBSODIUM_MINIMAL
|
||||||
bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases."
|
bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases."
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Reference in a new issue