diff options
Diffstat (limited to 'package/sshfs')
-rw-r--r-- | package/sshfs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sshfs/Config.in b/package/sshfs/Config.in index 3e7ed15a71..34f6af32cd 100644 --- a/package/sshfs/Config.in +++ b/package/sshfs/Config.in @@ -15,5 +15,5 @@ config BR2_PACKAGE_SSHFS http://fuse.sourceforge.net/sshfs.html -comment "sshfs requires a toolchain with LARGEFILE, WCHAR, threads and dynamic library support" +comment "sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library" depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB |