diff options
| author | Oliver Ertl <oliver@ertl-net.net> | 2005-12-28 10:23:37 +0000 |
|---|---|---|
| committer | Oliver Ertl <oliver@ertl-net.net> | 2005-12-28 10:23:37 +0000 |
| commit | 9157b26a342064f736a8cd2cd38d94fd5a30f63a (patch) | |
| tree | 33edd14dcffe40e9070e57516325a6642426b559 /openwrt/package/vnstat/Config.in | |
| parent | 6f4f74189cd2fda20893b4ab1c2484ba0baa3e63 (diff) | |
| download | mtk-20170518-9157b26a342064f736a8cd2cd38d94fd5a30f63a.zip mtk-20170518-9157b26a342064f736a8cd2cd38d94fd5a30f63a.tar.gz mtk-20170518-9157b26a342064f736a8cd2cd38d94fd5a30f63a.tar.bz2 | |
add vnstat
SVN-Revision: 2786
Diffstat (limited to 'openwrt/package/vnstat/Config.in')
| -rw-r--r-- | openwrt/package/vnstat/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/vnstat/Config.in b/openwrt/package/vnstat/Config.in new file mode 100644 index 0000000..ab6a8de --- /dev/null +++ b/openwrt/package/vnstat/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_VNSTAT + prompt "vnstat............................ Console-based network traffic monitor" + tristate + default m if CONFIG_DEVEL + help + vnStat is a network traffic monitor for Linux that keeps a log of daily + network traffic for the selected interface(s). vnStat isn't a packet + sniffer. The traffic information is analyzed from the /proc -filesystem, + so vnStat can be used without root permissions. + . + http://humdi.net/vnstat/ |
