d9f614a0049c72ec4839b4af2a63f9657a9b7b33
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / coreutils / Config.in
1 config BR2_PACKAGE_COREUTILS
2         bool "coreutils"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
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.
9
10           Things like:
11           - chmod, cp, dd, dir, ls, etc...
12           - sort, tr, head, tail, wc, etc...
13           - whoami, who, etc...
14
15           http://www.gnu.org/software/coreutils/
16
17 comment "coreutils needs a toolchain w/ wchar"
18         depends on BR2_USE_MMU
19         depends on !BR2_USE_WCHAR