The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libarchive / Config.in
1 comment "libarchive needs a toolchain w/ wchar"
2         depends on !BR2_USE_WCHAR
3
4 config BR2_PACKAGE_LIBARCHIVE
5         bool "libarchive"
6         depends on BR2_USE_WCHAR
7         help
8           Libarchive is a reusable C library for reading and writing a
9           variety of streaming archive formats.
10
11           http://www.libarchive.org/
12
13 if BR2_PACKAGE_LIBARCHIVE
14
15 config BR2_PACKAGE_LIBARCHIVE_BSDTAR
16         bool "bsdtar"
17         help
18           The 'bsdtar' program is a full-featured 'tar'
19           replacement built on libarchive.
20
21 config BR2_PACKAGE_LIBARCHIVE_BSDCPIO
22         bool "bsdcpio"
23         help
24           The 'bsdcpio' program is a different interface to
25           essentially the same functionality as 'bsdtar'.
26
27 endif