add initial video4linux support (for usb webcams) to head
[openwrt.git] / openwrt / package / rrdcollect / Config.in
1 config BR2_PACKAGE_RRDCOLLECT
2 tristate "rrdcollect - Round-Robin Database Collecting Daemon"
3 default m if CONFIG_DEVEL
4 select BR2_PACKAGE_LIBRRD
5 help
6 RRDcollect is a daemon which polls ceratin files in /proc/
7 directory, gathering data and storing it inside RRDtool's
8 database files. Being written in C should be both fast
9 and resources-friendly. Supports both scanf(3)-style
10 pattern matches and perl compatible regular expressions.
11
12 http://rrdcollect.sourceforge.net/
13
14
This page took 0.041624 seconds and 5 git commands to generate.