1 config BR2_PACKAGE_COREUTILS
3 depends on BR2_USE_WCHAR
4 depends on BR2_USE_MMU # fork()
6 All of the basic file/text/shell utilities. These are the
7 core utilities which are expected to exist on every system.
8 BusyBox implements many of the most common.
11 - chmod, cp, dd, dir, ls, etc...
12 - sort, tr, head, tail, wc, etc...
15 http://www.gnu.org/software/coreutils/
17 comment "coreutils needs a toolchain w/ wchar"
18 depends on BR2_USE_MMU
19 depends on !BR2_USE_WCHAR