diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 20:59:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-11 20:59:02 +0000 |
commit | 1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91 (patch) | |
tree | c3e9787a51628fbb2314ade4785d7a6d887686e1 /miscutils/Config.in | |
parent | 1114de7219f8e42d6d883c476a9458f637806365 (diff) | |
download | busybox-w32-1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91.tar.gz busybox-w32-1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91.tar.bz2 busybox-w32-1db39b2f51c2877ad4b5c0094f2e1f8d6449ca91.zip |
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 311c7135c..5d0ec8a42 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -278,6 +278,12 @@ config MT | |||
278 | to advance or rewind a tape past a specified number of archive | 278 | to advance or rewind a tape past a specified number of archive |
279 | files on the tape. | 279 | files on the tape. |
280 | 280 | ||
281 | config NMETER | ||
282 | bool "nmeter" | ||
283 | default n | ||
284 | help | ||
285 | nmeter prints various system parameters continuously. | ||
286 | |||
281 | config READAHEAD | 287 | config READAHEAD |
282 | bool "readahead" | 288 | bool "readahead" |
283 | default n | 289 | default n |