blob: 38928b00f25488234252dee0fcd48dbc88f6189c [file] [log] [blame]
Daniel Mack32518792009-08-25 16:04:56 +02001config BR2_PACKAGE_LIBARCHIVE
2 bool "libarchive"
3 depends on BR2_USE_WCHAR
4 help
5 Libarchive is a reusable C library for reading and writing a
6 variety of streaming archive formats.
7
8 http://code.google.com/p/libarchive/
9
10comment "libarchive requires a toolchain with WCHAR support"
11 depends on !BR2_USE_WCHAR
Sven Neumann683a9642009-10-20 22:31:48 +020012
13config BR2_PACKAGE_LIBARCHIVE_BSDTAR
14 bool "bsdtar"
15 depends on BR2_PACKAGE_LIBARCHIVE
16 help
17 The 'bsdtar' program is a full-featured 'tar'
18 replacement built on libarchive.
19
20config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
21 bool "bsdcpio"
22 depends on BR2_PACKAGE_LIBARCHIVE
23 help
24 The 'bsdcpio' program is a different interface to
25 essentially the same functionality as 'bsdtar'.
26