1*4882a593Smuzhiyunconfig BR2_PACKAGE_PROCPS_NG 2*4882a593Smuzhiyun bool "procps-ng" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # fork() 4*4882a593Smuzhiyun depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 5*4882a593Smuzhiyun select BR2_PACKAGE_NCURSES 6*4882a593Smuzhiyun help 7*4882a593Smuzhiyun Standard informational utilities and process-handling tools. 8*4882a593Smuzhiyun Provides things like kill, ps, uptime, free, top, etc... 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun http://sourceforge.net/projects/procps-ng/ 11*4882a593Smuzhiyun 12*4882a593Smuzhiyunif BR2_PACKAGE_PROCPS_NG 13*4882a593Smuzhiyun 14*4882a593Smuzhiyunconfig BR2_PACKAGE_PROCPS_NG_STATIC 15*4882a593Smuzhiyun bool "Enable static" 16*4882a593Smuzhiyun default y if BR2_STATIC_LIBS 17*4882a593Smuzhiyun 18*4882a593Smuzhiyunendif 19