2012-01-11 15:11:58 +01:00
|
|
|
config BR2_PACKAGE_UNIONFS
|
|
|
|
bool "unionfs (FUSE)"
|
|
|
|
select BR2_PACKAGE_LIBFUSE
|
|
|
|
depends on BR2_LARGEFILE
|
2012-12-09 05:05:41 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
|
2012-12-26 01:49:19 +01:00
|
|
|
depends on BR2_USE_MMU # libfuse
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libfuse
|
2012-01-11 15:11:58 +01:00
|
|
|
help
|
|
|
|
A userspace unionfs implementation.
|
|
|
|
|
|
|
|
http://podgorny.cz/moin/UnionFsFuse
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "unionfs needs a toolchain w/ largefile, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|