diff options
| author | Frank Hunleth <fhunleth@troodon-software.com> | 2016-07-26 08:58:53 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-27 21:29:07 +0200 |
| commit | 7ff00b2ad3cd05ba74422e53b1a2d8fb92a18614 (patch) | |
| tree | 3c3454392c383ba50d3aba3cc1af9017c544fb52 /package/libarchive/Config.in | |
| parent | a8e42c636936c3bc67ad9f7bb8dd77d47aaf23a4 (diff) | |
| download | buildroot-7ff00b2ad3cd05ba74422e53b1a2d8fb92a18614.tar.gz buildroot-7ff00b2ad3cd05ba74422e53b1a2d8fb92a18614.zip | |
libarchive: add selection of bsdcat
libarchive builds three commandline utilities: bsdtar, bsdcpio, and
bsdcat. This change adds control over the third utility to the list of
configuration options.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libarchive/Config.in')
| -rw-r--r-- | package/libarchive/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libarchive/Config.in b/package/libarchive/Config.in index 81b5936ce8..fd429acb60 100644 --- a/package/libarchive/Config.in +++ b/package/libarchive/Config.in @@ -24,4 +24,10 @@ config BR2_PACKAGE_LIBARCHIVE_BSDCPIO The 'bsdcpio' program is a different interface to essentially the same functionality as 'bsdtar'. +config BR2_PACKAGE_LIBARCHIVE_BSDCAT + bool "bsdcat" + help + The 'bsdcat' program is a simple replacement tool + for zcat, bzcat, xzcat, and such. + endif |

