buildroot/package/tar/Config.in

15 lines
428 B
Plaintext
Raw Normal View History

2004-10-09 00:13:40 -06:00
config BR2_PACKAGE_TAR
2004-12-26 00:36:59 -07:00
bool "tar"
depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # fork()
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
2004-10-09 00:13:40 -06:00
help
A program that saves many files together into a single tape or disk
2004-12-26 00:36:59 -07:00
archive, and can restore individual files from the archive.
2004-10-09 00:13:40 -06:00
2004-12-26 00:36:59 -07:00
http://www.gnu.org/software/tar/
comment "tar needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS