mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
15 lines
492 B
Plaintext
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
|