2
1

Config.in 696 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_LIBARCHIVE
  2. bool "libarchive"
  3. depends on BR2_USE_WCHAR
  4. help
  5. Libarchive is a reusable C library for reading and writing a
  6. variety of streaming archive formats.
  7. http://code.google.com/p/libarchive/
  8. comment "libarchive requires a toolchain with WCHAR support"
  9. depends on !BR2_USE_WCHAR
  10. config BR2_PACKAGE_LIBARCHIVE_BSDTAR
  11. bool "bsdtar"
  12. depends on BR2_PACKAGE_LIBARCHIVE
  13. help
  14. The 'bsdtar' program is a full-featured 'tar'
  15. replacement built on libarchive.
  16. config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
  17. bool "bsdcpio"
  18. depends on BR2_PACKAGE_LIBARCHIVE
  19. help
  20. The 'bsdcpio' program is a different interface to
  21. essentially the same functionality as 'bsdtar'.