You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
717 B

  1. config SQUASHFS_TOOLS_LZO_SUPPORT
  2. depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
  3. bool "Enable LZO support"
  4. select PACKAGE_liblzo
  5. default n
  6. config SQUASHFS_TOOLS_LZ4_SUPPORT
  7. depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
  8. bool "Enable LZ4 support"
  9. select PACKAGE_liblz4
  10. default n
  11. config SQUASHFS_TOOLS_XZ_SUPPORT
  12. depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
  13. bool "Enable XZ support"
  14. select PACKAGE_liblzma
  15. default y
  16. config SQUASHFS_TOOLS_ZSTD_SUPPORT
  17. depends on PACKAGE_squashfs-tools-mksquashfs || PACKAGE_squashfs-tools-unsquashfs
  18. bool "Enable ZSTD support"
  19. select PACKAGE_libzstd
  20. default y