diff options
Diffstat (limited to 'package/squashfs/Config.in')
-rw-r--r-- | package/squashfs/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/squashfs/Config.in b/package/squashfs/Config.in index 6dd65e30a0..70c0fc9808 100644 --- a/package/squashfs/Config.in +++ b/package/squashfs/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_SQUASHFS bool "squashfs" - depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() select BR2_PACKAGE_SQUASHFS_GZIP if !(BR2_PACKAGE_SQUASHFS_LZMA || BR2_PACKAGE_SQUASHFS_LZO) @@ -44,6 +43,6 @@ config BR2_PACKAGE_SQUASHFS_XZ endif -comment "squashfs needs a toolchain w/ largefile, threads" - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS +comment "squashfs needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU |