2004-10-09 06:13:40 +00:00
|
|
|
config BR2_PACKAGE_COREUTILS
|
2004-10-14 20:33:45 +00:00
|
|
|
bool "coreutils"
|
2007-08-12 00:14:58 +00:00
|
|
|
depends on BR2_USE_WCHAR
|
2007-08-15 22:35:26 +00:00
|
|
|
select BR2_UCLIBC_PROGRAM_INVOCATION
|
2004-10-09 06:13:40 +00:00
|
|
|
help
|
2008-08-04 19:07:05 +00:00
|
|
|
All of the basic file/text/shell utilities. These are the
|
|
|
|
|
core utilities which are expected to exist on every system.
|
2004-12-24 09:23:11 +00:00
|
|
|
Busybox implements many of the most common.
|
2004-10-14 20:33:45 +00:00
|
|
|
|
|
|
|
|
Things like:
|
|
|
|
|
- chmod, cp, dd, dir, ls, etc...
|
|
|
|
|
- sort, tr, head, tail, wc, etc...
|
|
|
|
|
- whoami, who, etc...
|
2004-10-09 06:13:40 +00:00
|
|
|
|
2004-10-14 20:33:45 +00:00
|
|
|
http://www.gnu.org/software/coreutils/
|