diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 21:20:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 21:20:42 +0000 |
commit | 749b1d9d5ba6b62f33e828a9884272c499ad5785 (patch) | |
tree | 41c65f91daa8ba9f6d25fd33bbd38a32cff0d569 /package/slurm/Config.in | |
parent | 7744d790390f3ec718152c66f44334b2124b384b (diff) | |
download | upstream-749b1d9d5ba6b62f33e828a9884272c499ad5785.tar.gz upstream-749b1d9d5ba6b62f33e828a9884272c499ad5785.tar.bz2 upstream-749b1d9d5ba6b62f33e828a9884272c499ad5785.zip |
add slurm package (thanks to Thomas Reifferscheid)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2357 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/slurm/Config.in')
-rw-r--r-- | package/slurm/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/slurm/Config.in b/package/slurm/Config.in new file mode 100644 index 0000000000..caf5e03328 --- /dev/null +++ b/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 + |