Browse Source

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

libsodium: add depends to configuration menu
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
110582fcb3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libsodium/Makefile

+ 1
- 0
libs/libsodium/Makefile View File

@ -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


Loading…
Cancel
Save