python: fix disabling the SSL module
[buildroot-gz.git] / package / procps-ng / Config.in
blob553bea1a11ca6d35a6dd874a1c728c02208c9dea
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         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7         help
8           Standard informational utilities and process-handling tools.
9           Provides things like kill, ps, uptime, free, top, etc...
11           http://sourceforge.net/projects/procps-ng/