Removed uneeded and confusing auto* lines, thanks to mjt for reporting this
[openwrt.git] / package / bwm / Config.in
index f6b9f7a..932a71d 100644 (file)
@@ -1,6 +1,8 @@
 config BR2_PACKAGE_BWM
-       tristate "bwm - Very tiny BandWidth Monitor"
+       prompt "bwm............................... A very tiny BandWidth Monitor"
+       tristate
        default m if CONFIG_DEVEL
        help
-         A very tiny bandwidth monitor.
-         
+        Continually displays data transfer rates (received, transmitted, and
+        total) for each interface, measured in KiB/sec. Works by sampling
+        values from /proc/net/dev and calculating deltas.
This page took 0.019554 seconds and 4 git commands to generate.