1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-11-07 18:26:35 +00:00
parent 436e81c542
commit 97c31ddb56
55 changed files with 57 additions and 62 deletions

View File

@@ -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