diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 21:20:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-06 21:20:42 +0000 |
commit | a13b8116ecf182d02ed5886893d566aafc72eb33 (patch) | |
tree | d0a82d8451f142eabc8843ac486c41743faba2d2 /openwrt/package/slurm/Config.in | |
parent | 3d959eea793d33cf425f5578143449f072c9bd11 (diff) |
add slurm package (thanks to Thomas Reifferscheid)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2357 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 + |