From: Konstantin Demin Date: Mon, 6 May 2024 13:20:16 +0000 (+0300) Subject: dropbear: clarify DROPBEAR_MODERN_ONLY option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2cd414c33e511235db6d339e1268faf9749a14e1;p=openwrt%2Fopenwrt.git dropbear: clarify DROPBEAR_MODERN_ONLY option don't mention SHA1 in order to not confuse users - SHA1 support is already disabled (except RSA-SHA1 signagures). ref: https://github.com/openwrt/openwrt/issues/15281 Signed-off-by: Konstantin Demin --- diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index 7ffe7684d4..0d012b21b0 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -186,7 +186,6 @@ config DROPBEAR_MODERN_ONLY and disables: - AES - RSA - - SHA1 Reduces binary size by about 64 kB (MIPS) from default configuration.