mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
dropbear: Add --disable-utmpx again
The option --disable-utmpx was deleted by accident in commit 7545c1d; add it again to the CONFIGURE_ARGS list Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
6a5471231b
commit
861266c9ec
@ -68,6 +68,7 @@ CONFIGURE_ARGS += \
|
|||||||
--enable-syslog \
|
--enable-syslog \
|
||||||
$(if $(CONFIG_SHADOW_PASSWORDS),,--disable-shadow) \
|
$(if $(CONFIG_SHADOW_PASSWORDS),,--disable-shadow) \
|
||||||
--disable-lastlog \
|
--disable-lastlog \
|
||||||
|
--disable-utmpx \
|
||||||
$(if $(CONFIG_DROPBEAR_UTMP),,--disable-utmp) \
|
$(if $(CONFIG_DROPBEAR_UTMP),,--disable-utmp) \
|
||||||
--disable-wtmp \
|
--disable-wtmp \
|
||||||
--disable-wtmpx \
|
--disable-wtmpx \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user