10 lines
239 B
Text
10 lines
239 B
Text
config BR2_PACKAGE_LIBFUSE
|
|
bool "libfuse"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
FUSE (Filesystem in UserSpacE)
|
|
|
|
http://fuse.sourceforge.net/
|
|
|
|
comment "libfuse requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|