lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 110582fcb3b6c5cfe2137476a43fdf55c23ae242
parent 396f5886ddf3d47dfc9e4095b70c7be6330ab01f
Author: sbyx <steven@midlink.org>
Date:   Tue, 23 Sep 2014 08:47:46 +0200

Merge pull request #352 from commodo/libsodium-menu-depends

libsodium: add depends to configuration menu
Diffstat:
Mlibs/libsodium/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile @@ -45,6 +45,7 @@ endef define Package/libsodium/config menu "Configuration" + depends on PACKAGE_libsodium config LIBSODIUM_MINIMAL bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y