2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_COREUTILS
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "coreutils"
|
2009-07-31 11:40:34 +02:00
|
|
|
depends on BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02: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 10:23:11 +01:00
|
|
|
Busybox implements many of the most common.
|
2004-10-14 22:33:45 +02:00
|
|
|
|
|
|
|
Things like:
|
|
|
|
- chmod, cp, dd, dir, ls, etc...
|
|
|
|
- sort, tr, head, tail, wc, etc...
|
|
|
|
- whoami, who, etc...
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-10-14 22:33:45 +02:00
|
|
|
http://www.gnu.org/software/coreutils/
|
2009-03-01 21:20:15 +01:00
|
|
|
|
|
|
|
comment "coreutils requires a toolchain with WCHAR and PROGRAM_INVOCATION support"
|
2009-07-31 11:40:34 +02:00
|
|
|
depends on !(BR2_USE_WCHAR && BR2_PROGRAM_INVOCATION)
|