2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_TAR
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "tar"
|
2009-07-31 11:40:34 +02:00
|
|
|
depends on BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
A program that saves many files together into a single tape or disk
|
2004-12-26 08:36:59 +01:00
|
|
|
archive, and can restore individual files from the archive.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.gnu.org/software/tar/
|
2009-03-01 21:20:15 +01:00
|
|
|
|
|
|
|
comment "tar requires a toolchain with WCHAR and PROGRAM_INVOCATION support"
|
2009-07-31 11:40:34 +02:00
|
|
|
depends on !(BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION)
|