1config BR2_PACKAGE_MUSL_FTS 2 bool "musl-fts" 3 depends on !BR2_TOOLCHAIN_USES_GLIBC 4 help 5 The musl-fts package implements the fts(3) functions 6 fts_open, fts_read, fts_children, fts_set and fts_close, 7 which are missing in musl and uClibc-ng C libraries. 8 9 https://github.com/void-linux/musl-fts 10