diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
commit | 7c3871569458ab2a497937f68e81172bfc0e7802 (patch) | |
tree | 80b6c4a94b3c97ed390dcd123f2c791327f7faa7 /openwrt/package/rrdtool1 | |
parent | 439b8bac004b39878f4db038d8730887edd115ba (diff) | |
download | mtk-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.in | 5 |
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 |