kumquat-buildroot/package/fuse-overlayfs/Config.in
Christian Stewart c417174643 package/fuse-overlayfs: new package
FUSE-overlayfs is an implementation of overlay+shiftfs in FUSE, intended to be
used as the backing filesystem for rootless containers.

Reference: http://github.com/containers/fuse-overlayfs

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-20 22:54:26 +02:00

16 lines
533 B
Plaintext

config BR2_PACKAGE_FUSE_OVERLAYFS
bool "fuse-overlayfs"
depends on BR2_USE_MMU # libfuse3
depends on !BR2_STATIC_LIBS # libfuse3
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse3
select BR2_PACKAGE_LIBFUSE3
help
FUSE-overlayfs is an implementation of overlay+shiftfs in
FUSE, intended to be used for rootless containers.
http://github.com/containers/fuse-overlayfs
comment "fuse-overlayfs needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS