summaryrefslogtreecommitdiffstats
path: root/rules/tar.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-01-03 14:30:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-01-03 15:31:47 +0100
commit3c5382964cfc34fcdad70849ea01f59c0173dec1 (patch)
tree2b6d74ae4b2dd34c36061e707c66cd4c955ee05c /rules/tar.in
parent7eaa7ed06b13ac1a092ba53073d06b417b4b17d0 (diff)
downloadptxdist-3c5382964cfc34fcdad70849ea01f59c0173dec1.tar.gz
ptxdist-3c5382964cfc34fcdad70849ea01f59c0173dec1.tar.xz
tar: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/tar.in')
-rw-r--r--rules/tar.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/tar.in b/rules/tar.in
new file mode 100644
index 000000000..a42ff99b5
--- /dev/null
+++ b/rules/tar.in
@@ -0,0 +1,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