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