Files
buildroot/package/unionfs/Config.in
Bernd Kuhls cf7b7470da package/unionfs: bump version to 3.7
Release notes:
https://github.com/rpodgorny/unionfs-fuse/blob/master/NEWS

Version 3.0 added support for libfuse3.

Updated license hash due to copyright year bump:
3fcbd11f78

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-02 22:34:43 +01:00

15 lines
492 B
Plaintext

config BR2_PACKAGE_UNIONFS
bool "unionfs (FUSE)"
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, libfuse3
depends on BR2_USE_MMU # libfuse, libfuse3
depends on !BR2_STATIC_LIBS # libfuse, libfuse3
select BR2_PACKAGE_LIBFUSE3 if !BR2_PACKAGE_LIBFUSE
help
A userspace unionfs implementation.
https://github.com/rpodgorny/unionfs-fuse
comment "unionfs needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS