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-01-11 15:11:58 +01:00
|
|
|
help
|
|
|
|
A userspace unionfs implementation.
|
|
|
|
|
|
|
|
http://podgorny.cz/moin/UnionFsFuse
|
|
|
|
|
2012-12-09 05:05:41 +01:00
|
|
|
comment "unionfs requires a toolchain with LARGEFILE and threads support"
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|