Config.in 542 B

12345678910111213141516171819
  1. config BR2_PACKAGE_COREUTILS
  2. bool "coreutils"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. help
  6. All of the basic file/text/shell utilities. These are the
  7. core utilities which are expected to exist on every system.
  8. BusyBox implements many of the most common.
  9. Things like:
  10. - chmod, cp, dd, dir, ls, etc...
  11. - sort, tr, head, tail, wc, etc...
  12. - whoami, who, etc...
  13. http://www.gnu.org/software/coreutils/
  14. comment "coreutils needs a toolchain w/ wchar"
  15. depends on BR2_USE_MMU
  16. depends on !BR2_USE_WCHAR