Config.in 288 B

12345678910
  1. config BR2_PACKAGE_TAR
  2. bool "tar"
  3. default n
  4. depends on BR2_USE_WCHAR
  5. select BR2_UCLIBC_PROGRAM_INVOCATION
  6. help
  7. A program that saves many files together into a single tape or disk
  8. archive, and can restore individual files from the archive.
  9. http://www.gnu.org/software/tar/