xref: /OK3568_Linux_fs/buildroot/package/tar/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
8	  or disk archive, and can restore individual files from the
9	  archive.
10
11	  http://www.gnu.org/software/tar/
12
13comment "tar needs a toolchain w/ wchar"
14	depends on !BR2_USE_WCHAR
15	depends on BR2_USE_MMU
16	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
17