dropbear: add config options for agent-forwarding support
[openwrt/staging/mkresin.git] / package / network / services / dropbear / Config.in
index 15000eff53e4f8bc388fdcaa1c252b78429c662c..d4644fc88f9582f4caa4e7915cc8ffd4992c3cea 100644 (file)
@@ -95,6 +95,11 @@ config DROPBEAR_DBCLIENT
        bool "Build dropbear with dbclient"
        default y
 
+config DROPBEAR_DBCLIENT_AGENTFORWARD
+       bool "Enable agent forwarding in dbclient"
+       default y
+       depends on DROPBEAR_DBCLIENT
+
 config DROPBEAR_SCP
        bool "Build dropbear with scp"
        default y
@@ -109,4 +114,8 @@ config DROPBEAR_ASKPASS
 
                Increases binary size by about 0.1 kB (MIPS).
 
+config DROPBEAR_AGENTFORWARD
+       bool "Enable agent forwarding"
+       default y
+
 endmenu