7360f16a22
Add the unionfs FUSE unification filesystem. [Peter: whitespace/help text fix] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
config BR2_PACKAGE_UNIONFS
|
|
bool "unionfs (FUSE)"
|
|
select BR2_PACKAGE_LIBFUSE
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
A userspace unionfs implementation.
|
|
|
|
http://podgorny.cz/moin/UnionFsFuse
|
|
|
|
comment "unionfs requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|