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