mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
When building against OpenSSL, ensure the ChaCha20 algorithm is enabled, which is needed by this package. Fixes: https://autobuild.buildroot.org/results/3cb/3cb58229dfb47e79c50b4b52ca57b3f56a945ed7 Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
23 lines
634 B
Plaintext
23 lines
634 B
Plaintext
config BR2_PACKAGE_CASYNC_NANO
|
|
bool "casync-nano"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_ZSTD
|
|
select BR2_PACKAGE_LIBCURL
|
|
help
|
|
Tiny casync-like tool optimized for embedded systems.
|
|
|
|
https://github.com/florolf/casync-nano
|
|
|
|
if BR2_PACKAGE_CASYNC_NANO
|
|
|
|
config BR2_PACKAGE_CASYNC_NANO_CASYNC_SHIM
|
|
bool "install casync shim"
|
|
# only one package should provide the "casync" command
|
|
depends on !BR2_PACKAGE_CASYNC
|
|
help
|
|
Install a shim that provides basic compatibility with the
|
|
"extract" sub-command of casync to programs that expect it.
|
|
|
|
endif
|