diff options
Diffstat (limited to 'openwrt/package/slurm/Config.in')
-rw-r--r-- | openwrt/package/slurm/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openwrt/package/slurm/Config.in b/openwrt/package/slurm/Config.in new file mode 100644 index 0000000000..caf5e03328 --- /dev/null +++ b/openwrt/package/slurm/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_SLURM + prompt "slurm............................. A realtime network interface monitor" + tristate + default m if CONFIG_DEVEL + help + A realtime network interface monitor with the following features: + + * realtime traffic statistics divided into incoming and outgoing + * optional combined view + * can monitor any kind of network interface + * shows detailed statistics about the interface. + * it's themeable + + http://www.wormulon.net/projects/slurm + |