projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for madwifi radiotap support (patch by jwright)
[openwrt.git]
/
package
/
rrdcollect
/
Config.in
diff --git
a/package/rrdcollect/Config.in
b/package/rrdcollect/Config.in
index
e7f2919
..
62add2e
100644
(file)
--- a/
package/rrdcollect/Config.in
+++ b/
package/rrdcollect/Config.in
@@
-1,7
+1,8
@@
config BR2_PACKAGE_RRDCOLLECT
config BR2_PACKAGE_RRDCOLLECT
- tristate "rrdcollect - Round-Robin Database (RRD) collecting daemon"
+ prompt "rrdcollect........................ Round-Robin Database (RRD) collecting daemon"
+ tristate
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBRRD
+ depends BR2_PACKAGE_LIBRRD || BR2_PACKAGE_LIBRRD1
help
RRDcollect is a daemon which polls ceratin files in /proc/
directory, gathering data and storing it inside RRDtool's
help
RRDcollect is a daemon which polls ceratin files in /proc/
directory, gathering data and storing it inside RRDtool's
@@
-12,10
+13,10
@@
config BR2_PACKAGE_RRDCOLLECT
http://rrdcollect.sourceforge.net/
This package contains only the deamon program.
http://rrdcollect.sourceforge.net/
This package contains only the deamon program.
-
-
+
config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
- tristate "rrdcollect-example - Example setup for RRD collecting daemon above"
+ prompt "rrdcollect-example.............. Example setup for RRD collecting daemon above"
+ tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_RRDCOLLECT
help
default m if CONFIG_DEVEL
depends BR2_PACKAGE_RRDCOLLECT
help
@@
-29,4
+30,4
@@
config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
This packages contains programs and configuration files to
start graphing a basic set of ressources on your router.
This packages contains programs and configuration files to
start graphing a basic set of ressources on your router.
-
+
This page took
0.023559 seconds
and
4
git commands to generate.