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 / findutils / Config.in
1 config BR2_PACKAGE_FINDUTILS
2         bool "findutils"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
6           Basic directory searching utilities. Provides the
7           common 'find', 'xargs', 'locate', and 'updatedb' binaries.
8
9           http://www.gnu.org/software/findutils/findutils.html
10
11 comment "findutils needs a toolchain w/ wchar"
12         depends on BR2_USE_MMU
13         depends on !BR2_USE_WCHAR