Config.in 398 B

1234567891011121314
  1. config BR2_PACKAGE_COREUTILS
  2. bool "coreutils"
  3. default n
  4. help
  5. All of the basic file/text/shell utilities. These are the
  6. core utilities which are expected to exist on every system.
  7. Busybox implements many of the most common.
  8. Things like:
  9. - chmod, cp, dd, dir, ls, etc...
  10. - sort, tr, head, tail, wc, etc...
  11. - whoami, who, etc...
  12. http://www.gnu.org/software/coreutils/