29a2f3d21b
We rename the package/fuse directory to package/libfuse to be consistent with the package name. This is needed for a future commit that will simplify the AUTOTARGETS macro by making assumptions on the directory name. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
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
|