74b0219919ca2f22b9aa102e619b818ef9d7b584
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tar / Config.in
1 config BR2_PACKAGE_TAR
2         bool "tar"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
6           A program that saves many files together into a single tape or disk
7           archive, and can restore individual files from the archive.
8
9           http://www.gnu.org/software/tar/
10
11 comment "tar needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR