diff options
author | Denis Vlasenko | 2006-10-11 20:59:02 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-11 20:59:02 +0000 |
commit | 1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (patch) | |
tree | c3e9787a51628fbb2314ade4785d7a6d887686e1 /miscutils/Config.in | |
parent | 1114de7219f8e42d6d883c476a9458f637806365 (diff) | |
download | busybox-1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91.zip busybox-1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91.tar.gz |
nmeter: new applet. ~4k
Fix build proble on x86_64
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 311c713..5d0ec8a 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -278,6 +278,12 @@ config MT to advance or rewind a tape past a specified number of archive files on the tape. +config NMETER + bool "nmeter" + default n + help + nmeter prints various system parameters continuously. + config READAHEAD bool "readahead" default n |