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:
Peter Korsgaard
2009-03-05 14:17:55 +00:00
parent 89b4f17873
commit 2e1ca24a27
4 changed files with 15 additions and 6 deletions

View File

@@ -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