diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 18:26:35 +0000 |
commit | 9707497f94027fd67f3bdc5bc3dfca9ae983d78b (patch) | |
tree | ccde3567eab54f34b7ff670d33ebb90dac505c8f /openwrt/package/bind | |
parent | 777c181615574f7464bb3785077187f7c7024a43 (diff) |
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/bind')
-rw-r--r-- | openwrt/package/bind/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/bind/Config.in b/openwrt/package/bind/Config.in index 1acb5857e9..38dc92f6f4 100644 --- a/openwrt/package/bind/Config.in +++ b/openwrt/package/bind/Config.in @@ -1,7 +1,7 @@ #menu "bind.............................. A DNS server implementation" config BR2_COMPILE_BIND - bool + tristate default n depends BR2_PACKAGE_BIND_CLIENT || BR2_PACKAGE_BIND_SERVER |