Config.in 524 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_PROCPS_NG
  2. bool "procps-ng"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. Standard informational utilities and process-handling tools.
  8. Provides things like kill, ps, uptime, free, top, etc...
  9. http://sourceforge.net/projects/procps-ng/
  10. if BR2_PACKAGE_PROCPS_NG
  11. config BR2_PACKAGE_PROCPS_NG_ORIGINAL_TOP
  12. bool "Use original top layout"
  13. help
  14. Disable modern top layout, return to original top with
  15. detailed cpu usage.
  16. endif