copy trunk to buildroot-ng branch
[openwrt.git] / package / bwm / Config.in
index 3a04ffd..932a71d 100644 (file)
@@ -1,5 +1,8 @@
 config BR2_PACKAGE_BWM
-       tristate "bwm"
-       default m
+       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.026156 seconds and 4 git commands to generate.