diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-11 20:59:02 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-11 20:59:02 +0000 |
commit | 44b2e0d2c971a39d1c668b4a4538944e12d4afff (patch) | |
tree | c3e9787a51628fbb2314ade4785d7a6d887686e1 /miscutils/Config.in | |
parent | 62d9a01fd604fba0e579bd2daf8fccd659f84a05 (diff) | |
download | busybox-w32-44b2e0d2c971a39d1c668b4a4538944e12d4afff.tar.gz busybox-w32-44b2e0d2c971a39d1c668b4a4538944e12d4afff.tar.bz2 busybox-w32-44b2e0d2c971a39d1c668b4a4538944e12d4afff.zip |
nmeter: new applet. ~4k
Fix build proble on x86_64
git-svn-id: svn://busybox.net/trunk/busybox@16364 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |