diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 13:33:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-23 13:33:48 +0000 |
commit | cfffd4d5e90815f0a5dfcc313983fbfbcf489306 (patch) | |
tree | 8539bb35f4efba07f9e1690e41a68fd7534b183a | |
parent | db950ba20446514de551999329f92adcb06e21af (diff) | |
download | mtk-20170518-cfffd4d5e90815f0a5dfcc313983fbfbcf489306.zip mtk-20170518-cfffd4d5e90815f0a5dfcc313983fbfbcf489306.tar.gz mtk-20170518-cfffd4d5e90815f0a5dfcc313983fbfbcf489306.tar.bz2 |
include dropbear in default build
SVN-Revision: 430
-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 1c968f0..b824645 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 m + default y select BR2_PACKAGE_ZLIB help dropbear |