diff options
Diffstat (limited to 'openwrt/package/openssh/Config.in')
-rw-r--r-- | openwrt/package/openssh/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openssh/Config.in b/openwrt/package/openssh/Config.in index 6b344f897..387ee51fc 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 |