summaryrefslogtreecommitdiff
path: root/package/procps/Config.in
blob: 475bafc089104af56aa1cd376290de8f4e75fbad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config ADK_PACKAGE_PROCPS_META
	bool
	default n

config ADK_PACKAGE_PROCPS
	prompt "procps............................ The /proc file system utilities"
	tristate
	default n
	select ADK_PACKAGE_PROCPS_META
	select ADK_PACKAGE_LIBNCURSES
	help
	  procps is the package that has a bunch of small useful utilities 
	  that give information about processes using the /proc filesystem. 
	  The package includes the programs ps, top, vmstat, w, kill, free, 
	  slabtop, and skill.
	  
	  http://procps.sourceforge.net/