X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fdropbear%2FMakefile;h=8d4e7bc7fa45715b8c64977edb24148c4e198e55;hp=f48c2b5b2cef65a7ff3eeac5fcbaeed2d8278f6a;hb=0995a1d8074f857f5bd4fa20f3cbd97b397e01da;hpb=173ec8dff9c6eab17f101e3a1e1cd4016d8fde6a diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile index f48c2b5b2c..8d4e7bc7fa 100644 --- a/package/network/services/dropbear/Makefile +++ b/package/network/services/dropbear/Makefile @@ -68,12 +68,11 @@ CONFIGURE_ARGS += \ --enable-syslog \ $(if $(CONFIG_SHADOW_PASSWORDS),,--disable-shadow) \ --disable-lastlog \ - --disable-utmp \ - --disable-utmpx \ + $(if $(CONFIG_DROPBEAR_UTMP),,--disable-utmp) \ --disable-wtmp \ --disable-wtmpx \ --disable-loginfunc \ - --disable-pututline \ + $(if $(CONFIG_DROPBEAR_PUTUTLINE),,--disable-pututline) \ --disable-pututxline \ --disable-zlib \ --enable-bundled-libtom