I can see the FUSE library as well as the fuse-based filesystems are marked to require dynamic library linking, because it does not compile with uclibc statically. However, if I select to use musl instead of uclibc, and if I make the necessary changes to let libfuse and other fuse filesystems to compile statically, then it works just fine. It compiles statically with musl and works OK. I have no idea if it is possible to mark a package requiring dynamic linking ONLY IF uclibc is selected, but if this possibility exists, you should consider it, because if user selects musl, there is no need for him to disable static linking. Thanks for consideration Tomas M
Thank you for your report. The issue tracker for the Buildroot project has been moved to the Gitlab.com issue tracker: https://gitlab.com/buildroot.org/buildroot/-/issues We are taking this opportunity to close old issues in this old tracker. If you believe your issue is still relevant, please open one in the new issue tracker. Thank you!