mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package: convert some Config.in selects to depends
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
config BR2_PACKAGE_LIBFUSE
|
||||
bool "libfuse"
|
||||
select BR2_LARGEFILE
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user