cmake: bump version to 3.6.3
[buildroot-gz.git] / package / tar / Config.in
blob0eea1b8456875223ab74c259ddac6d617ce2453e
1 config BR2_PACKAGE_TAR
2         bool "tar"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
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/
12 comment "tar needs a toolchain w/ wchar"
13         depends on !BR2_USE_WCHAR
14         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS