2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_COREUTILS
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "coreutils"
|
2011-07-27 11:51:47 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-02-07 01:37:52 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
All of the basic file/text/shell utilities. These are the
|
2008-08-04 21:07:05 +02:00
|
|
|
core utilities which are expected to exist on every system.
|
2014-05-31 09:55:35 +02: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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "coreutils needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-07-27 11:51:47 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|