summaryrefslogtreecommitdiff
path: root/openwrt/package/rrdtool1
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 18:26:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 18:26:35 +0000
commit7c3871569458ab2a497937f68e81172bfc0e7802 (patch)
tree80b6c4a94b3c97ed390dcd123f2c791327f7faa7 /openwrt/package/rrdtool1
parent439b8bac004b39878f4db038d8730887edd115ba (diff)
downloadmtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.zip
mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.gz
mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.bz2
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
SVN-Revision: 2388
Diffstat (limited to 'openwrt/package/rrdtool1')
-rw-r--r--openwrt/package/rrdtool1/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/rrdtool1/Config.in b/openwrt/package/rrdtool1/Config.in
index de01aca..e79df5b 100644
--- a/openwrt/package/rrdtool1/Config.in
+++ b/openwrt/package/rrdtool1/Config.in
@@ -1,7 +1,7 @@
config BR2_COMPILE_RRDTOOL1
prompt "rrdtool1.......................... Round Robin Database (RRD) tools (v1.0.x)"
- bool
- default y
+ tristate
+ default m if CONFIG_DEVEL
config BR2_PACKAGE_LIBRRD1
prompt "librrd1......................... Round Robin Database (RRD) management library (v1.0.x)"
@@ -53,6 +53,7 @@ config BR2_PACKAGE_RRDCGI1
config BR2_PACKAGE_RRDTOOL1
prompt "rrdtool1........................ Round Robin Database (RRD) management tools (v1.0.x)"
tristate
+ default m if CONFIG_DEVEL
depends BR2_COMPILE_RRDTOOL1
select BR2_PACKAGE_LIBRRD1
help