summaryrefslogtreecommitdiff
path: root/openwrt/package/openssh
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 18:26:35 +0000
commit9707497f94027fd67f3bdc5bc3dfca9ae983d78b (patch)
treeccde3567eab54f34b7ff670d33ebb90dac505c8f /openwrt/package/openssh
parent777c181615574f7464bb3785077187f7c7024a43 (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/openssh')
-rw-r--r--openwrt/package/openssh/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openssh/Config.in b/openwrt/package/openssh/Config.in
index 6b344f8970..387ee51fc6 100644
--- a/openwrt/package/openssh/Config.in
+++ b/openwrt/package/openssh/Config.in
@@ -1,7 +1,7 @@
menu "openssh........................... A free implementation of the Secure Shell protocol"
config BR2_COMPILE_OPENSSH
- bool
+ tristate
default n
depends BR2_PACKAGE_OPENSSH_CLIENT || BR2_PACKAGE_OPENSSH_SERVER || BR2_PACKAGE_OPENSSH_SFTP_CLIENT || BR2_PACKAGE_OPENSSH_SFTP_SERVER