From 9707497f94027fd67f3bdc5bc3dfca9ae983d78b Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 7 Nov 2005 18:26:35 +0000 Subject: change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/-install calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2388 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/openssh/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/package/openssh') 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 -- cgit v1.2.3