diff options
author | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-28 10:23:37 +0000 |
---|---|---|
committer | olli <olli@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-28 10:23:37 +0000 |
commit | 48dfd75cd3dac4168dd834988acfc8768014613a (patch) | |
tree | a1c5e09e880b7cd415d72723a81aedd92e0ec011 /openwrt/package/vnstat/Config.in | |
parent | ca78be5c674d638437b3696835251220bc3f9dde (diff) |
add vnstat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2786 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..ab6a8dee3 --- /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/ |