dropbear: make ssh compression support configurable
[openwrt/openwrt.git] / package / network / services / dropbear / Config.in
index 3316c84e9e5f8d70a5aae11da22bac975e30b2c8..ca0af9d5e078f3a4d0d9e02e034cd1e03ce40a2e 100644 (file)
@@ -32,4 +32,28 @@ config DROPBEAR_ECC
 
                Increases binary size by about 23 kB (MIPS).
 
+config DROPBEAR_ZLIB
+       bool "Enable compression"
+       default n
+       help
+               Enables compression using shared zlib library.
+
+               Increases binary size by about 0.1 kB (MIPS) and requires additional 62 kB (MIPS)
+               for a shared zlib library.
+
+config DROPBEAR_UTMP
+       bool "Utmp support"
+       default n
+       depends on BUSYBOX_CONFIG_FEATURE_UTMP
+       help
+               This enables dropbear utmp support, the file /var/run/utmp is used to
+               track who is currently logged in.
+
+config DROPBEAR_PUTUTLINE
+       bool "Pututline support"
+       default n
+       depends on DROPBEAR_UTMP
+       help
+               Dropbear will use pututline() to write the utmp structure into the utmp file.
+
 endmenu