change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt/openwrt.git] / openwrt / package / openssh / Config.in
index 6b344f897084290c83acdd6ade5b275a2744224b..387ee51fc6a9491fd3493542eab18c33120ad106 100644 (file)
@@ -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