kumquat-buildroot/package/coreutils/Config.in

13 lines
270 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_COREUTILS
2004-10-14 22:33:45 +02:00
bool "coreutils"
2004-10-09 08:13:40 +02:00
default n
help
2004-10-14 22:33:45 +02:00
All of the basic file/text/shell utilities.
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/