summaryrefslogtreecommitdiffstats
path: root/package/libarchive/Config.in
diff options
context:
space:
mode:
authorSven Neumann2009-10-20 22:31:48 +0200
committerPeter Korsgaard2009-10-20 22:37:49 +0200
commit683a964c8f6bcf2b1ecc58460661e9d3bb98908b (patch)
tree8081921e42e86717ae177b981551f602655c1718 /package/libarchive/Config.in
parentsamba: updated the samba package to version 3.3.8 (diff)
downloadbuildroot-683a964c8f6bcf2b1ecc58460661e9d3bb98908b.tar.gz
buildroot-683a964c8f6bcf2b1ecc58460661e9d3bb98908b.tar.xz
buildroot-683a964c8f6bcf2b1ecc58460661e9d3bb98908b.zip
libarchive: make bsdtar and bsdcpio binaries configurable
libarchive comes with two binaries, bsdtar and bsdcpio that used to be installed by default. This change makes this configurable with the default not to build and install the binaries. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libarchive/Config.in')
-rw-r--r--package/libarchive/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libarchive/Config.in b/package/libarchive/Config.in
index 9154861c0..38928b00f 100644
--- a/package/libarchive/Config.in
+++ b/package/libarchive/Config.in
@@ -9,3 +9,18 @@ config BR2_PACKAGE_LIBARCHIVE
comment "libarchive requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
+
+config BR2_PACKAGE_LIBARCHIVE_BSDTAR
+ bool "bsdtar"
+ depends on BR2_PACKAGE_LIBARCHIVE
+ help
+ The 'bsdtar' program is a full-featured 'tar'
+ replacement built on libarchive.
+
+config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
+ bool "bsdcpio"
+ depends on BR2_PACKAGE_LIBARCHIVE
+ help
+ The 'bsdcpio' program is a different interface to
+ essentially the same functionality as 'bsdtar'.
+