Config.in 455 B

12345678910111213141516
  1. config BR2_PACKAGE_TAR
  2. bool "tar"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  6. help
  7. A program that saves many files together into a single tape
  8. or disk archive, and can restore individual files from the
  9. archive.
  10. http://www.gnu.org/software/tar/
  11. comment "tar needs a toolchain w/ wchar"
  12. depends on !BR2_USE_WCHAR
  13. depends on BR2_USE_MMU
  14. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS