summaryrefslogtreecommitdiffstats
path: root/rules/tar.in
blob: a42ff99b5f49fbba11c94614c35b2074f61525df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=shell_and_console

config TAR
	tristate
	select LIBC_RT
	select GCCLIBS_GCC_S
	depends on !BUSYBOX_TAR || ALLYES
	prompt "tar"
	help
	  The Tar program provides the ability to create tar archives,
	  as well as various other kinds of manipulation. For example,
	  you can use Tar on previously created archives to extract files,
	  to store additional files, or to update or list files which
	  were already stored.

comment "BusyBox' tar is selected!"
	depends on BUSYBOX_TAR