2
1

Config.in 397 B

1234567891011
  1. config BR2_PACKAGE_TAR
  2. bool "tar"
  3. depends on BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION
  4. help
  5. A program that saves many files together into a single tape or disk
  6. archive, and can restore individual files from the archive.
  7. http://www.gnu.org/software/tar/
  8. comment "tar requires a toolchain with WCHAR and PROGRAM_INVOCATION support"
  9. depends on !(BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION)