add mc
[buildroot.git] / package / tar / Config.in
blob9116e2943095f0da4ea160dbf228fe260a875781
1 config BR2_PACKAGE_TAR
2         bool "tar"
3         default n
4         depends on BR2_USE_WCHAR
5         select BR2_UCLIBC_PROGRAM_INVOCATION
6         help
7           A program that saves many files together into a single tape or disk 
8           archive, and can restore individual files from the archive.
10           http://www.gnu.org/software/tar/