2e1ca24a27
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
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
|