From 7c3871569458ab2a497937f68e81172bfc0e7802 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Nov 2005 18:26:35 +0000 Subject: change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/-install calls SVN-Revision: 2388 --- 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 6b344f8..387ee51 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.1