1config BR2_PACKAGE_CASYNC 2 bool "casync" 3 depends on BR2_TOOLCHAIN_USES_GLIBC # scandirat() is not implemented by musl and uclibc-ng 4 select BR2_PACKAGE_ACL 5 select BR2_PACKAGE_LIBCURL 6 select BR2_PACKAGE_OPENSSL 7 help 8 Content-Addressable Data Synchronization Tool 9 10 https://github.com/systemd/casync 11 12comment "casync needs a glibc toolchain" 13 depends on !BR2_TOOLCHAIN_USES_GLIBC 14