diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-09 23:56:07 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-09 23:56:07 +0000 |
commit | 9504bff14ea980cf2c17794a68ec744beb585a1c (patch) | |
tree | f80921050acaecafe54fe85e55ce7a4295e8d85c /openwrt/package/dropbear/Config.in | |
parent | f32d3bc30e83079d353fe72e8f33dfa741bae292 (diff) | |
download | mtk-20170518-9504bff14ea980cf2c17794a68ec744beb585a1c.zip mtk-20170518-9504bff14ea980cf2c17794a68ec744beb585a1c.tar.gz mtk-20170518-9504bff14ea980cf2c17794a68ec744beb585a1c.tar.bz2 |
Don't embed dropbear by default (startup script is broken)
SVN-Revision: 361
Diffstat (limited to 'openwrt/package/dropbear/Config.in')
-rw-r--r-- | openwrt/package/dropbear/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in index b824645..1c968f0 100644 --- a/openwrt/package/dropbear/Config.in +++ b/openwrt/package/dropbear/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_DROPBEAR tristate "SSH Server/Client" - default y + default m select BR2_PACKAGE_ZLIB help dropbear |