2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_TAR
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "tar"
|
2004-10-09 08:13:40 +02:00
|
|
|
default n
|
2007-08-12 02:14:58 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2007-08-16 00:35:26 +02:00
|
|
|
select BR2_UCLIBC_PROGRAM_INVOCATION
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
A program that saves many files together into a single tape or disk
|
|
|
|
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/
|