X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fdropbear%2FMakefile;fp=package%2Fnetwork%2Fservices%2Fdropbear%2FMakefile;h=8d4e7bc7fa45715b8c64977edb24148c4e198e55;hp=f48c2b5b2cef65a7ff3eeac5fcbaeed2d8278f6a;hb=f1278e7eb857f54e3315bc669106781cc7f9931d;hpb=a8674204710989ee420796040d7ee68fdada72c8 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