blob: d4fb73fd54b3427a7ffaf5f1b00145c9a9f5da17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
config BR2_PACKAGE_LIBARCHIVE
bool "libarchive"
depends on BR2_USE_WCHAR
help
Libarchive is a reusable C library for reading and writing a
variety of streaming archive formats.
http://www.libarchive.org/
comment "libarchive needs a toolchain w/ wchar"
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'.
|