add KERNEL variable
[openwrt.git] / openwrt / package / rrdtool1 / Config.in
1 config BR2_COMPILE_RRDTOOL1
2 bool
3 default no
4 depends BR2_PACKAGE_LIBRRD1
5
6 config BR2_PACKAGE_LIBRRD1
7 tristate "librrd1 - Round Robin Database (RRD) management library (v1.0.x)"
8 default m if CONFIG_DEVEL
9 depends !BR2_COMPILE_RRDTOOL
10 select BR2_COMPILE_RRDTOOL1
11 select BR2_PACKAGE_ZLIB
12 help
13 RRD is the Acronym for Round Robin Database. RRD is a system to store and
14 display time-series data (i.e. network bandwidth, machine-room temperature,
15 server load average). It stores the data in a very compact way that will
16 not expand over time, and it presents useful graphs by processing the data
17 to enforce a certain data density. It can be used either via simple wrapper
18 scripts (from shell or Perl) or via frontends that poll network devices and
19 put friendly user interface on it.
20
21 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
22
23 This package contains command line tools used to manage RRDs.
24
25 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
26 librrd.so. The library is much smaller compared to the 1.2.x version with
27 separate dynamic linked libraries.
28
29
30 config BR2_PACKAGE_RRDCGI1
31 tristate "rrdcgi1 - Round Robin Database (RRD) CGI graphing tool (v1.0.x)"
32 default m if CONFIG_DEVEL
33 depends BR2_PACKAGE_LIBRRD1
34 help
35 RRD is the Acronym for Round Robin Database. RRD is a system to store and
36 display time-series data (i.e. network bandwidth, machine-room temperature,
37 server load average). It stores the data in a very compact way that will
38 not expand over time, and it presents useful graphs by processing the data
39 to enforce a certain data density. It can be used either via simple wrapper
40 scripts (from shell or Perl) or via frontends that poll network devices and
41 put friendly user interface on it.
42
43 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
44
45 This package contains the rrdcgi tool used to create web pages containing
46 RRD graphs based on templates.
47
48 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
49 librrd.so. The library is much smaller compared to the 1.2.x version with
50 separate dynamic linked libraries.
51
52
53 config BR2_PACKAGE_RRDTOOL1
54 tristate "rrdtool1 - Round Robin Database (RRD) management tools (v1.0.x)"
55 default m if CONFIG_DEVEL
56 depends BR2_PACKAGE_LIBRRD1
57 help
58 RRD is the Acronym for Round Robin Database. RRD is a system to store and
59 display time-series data (i.e. network bandwidth, machine-room temperature,
60 server load average). It stores the data in a very compact way that will
61 not expand over time, and it presents useful graphs by processing the data
62 to enforce a certain data density. It can be used either via simple wrapper
63 scripts (from shell or Perl) or via frontends that poll network devices and
64 put friendly user interface on it.
65
66 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
67
68 This package contains command line tools used to manage RRDs.
69
70 This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
71 librrd.so. The library is much smaller compared to the 1.2.x version with
72 separate dynamic linked libraries.
73
This page took 0.040848 seconds and 5 git commands to generate.