dropbear: minor config reorder
authorKonstantin Demin <rockdrilla@gmail.com>
Tue, 9 Jan 2024 00:40:02 +0000 (03:40 +0300)
committerRui Salvaterra <rsalvaterra@gmail.com>
Fri, 9 Feb 2024 09:13:05 +0000 (09:13 +0000)
move DROPBEAR_ASKPASS under DROPBEAR_DBCLIENT (in all meanings)

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
package/network/services/dropbear/Config.in

index a59ca911a042b8e5cd92539087328dc69ea5ea1d..7ffe7684d4a47e10ca8e0ee5bfcbf0d5d11405e7 100644 (file)
@@ -119,6 +119,15 @@ config DROPBEAR_DBCLIENT
        bool "Build dropbear with dbclient"
        default y
 
+config DROPBEAR_ASKPASS
+       bool "Enable askpass helper support"
+       depends on DROPBEAR_DBCLIENT
+       help
+               This enables support for ssh-askpass helper in dropbear client
+               in order to authenticate on remote hosts.
+
+               Increases binary size by about 0.1 kB (MIPS).
+
 config DROPBEAR_DBCLIENT_AGENTFORWARD
        bool "Enable agent forwarding in dbclient [LEGACY/SECURITY]"
        default y
@@ -144,15 +153,6 @@ config DROPBEAR_SCP
        bool "Build dropbear with scp"
        default y
 
-config DROPBEAR_ASKPASS
-       bool "Enable askpass helper support"
-       depends on DROPBEAR_DBCLIENT
-       help
-               This enables support for ssh-askpass helper in dropbear client
-               in order to authenticate on remote hosts.
-
-               Increases binary size by about 0.1 kB (MIPS).
-
 config DROPBEAR_AGENTFORWARD
        bool "Enable agent forwarding [LEGACY/SECURITY]"
        default y