board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / findutils / Config.in
blobb0eee5a6269af52715349cbdcfeee3a51365f00a
1 config BR2_PACKAGE_FINDUTILS
2         bool "findutils"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6         help
7           Basic directory searching utilities. Provides the
8           common 'find', 'xargs', 'locate', and 'updatedb' binaries.
10           http://www.gnu.org/software/findutils/findutils.html
12 comment "findutils needs a toolchain w/ wchar"
13         depends on BR2_USE_MMU
14         depends on !BR2_USE_WCHAR
15         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS