X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fdropbear%2FConfig.in;h=7c2edd79f23708f9ef01c6a62a54073b0c7a33ed;hp=3316c84e9e5f8d70a5aae11da22bac975e30b2c8;hb=7545c1d96b9791d285b71cf8f142326160faa940;hpb=a83f049b5be3396deaecaafa3b7adb447a1d1336 diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index 3316c84e9e..7c2edd79f2 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -32,4 +32,19 @@ config DROPBEAR_ECC Increases binary size by about 23 kB (MIPS). +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