From 524810ce6ddff85a79af9ed979452bb8a8ed1b6d Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Thu, 18 Apr 2019 10:20:19 +0800 Subject: dropbear: allow build without dbclient This can save ~16KBytes size for the ipk Signed-off-by: Rosy Song --- package/network/services/dropbear/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/network/services/dropbear/Config.in') diff --git a/package/network/services/dropbear/Config.in b/package/network/services/dropbear/Config.in index 9106322eea..61a04ec876 100644 --- a/package/network/services/dropbear/Config.in +++ b/package/network/services/dropbear/Config.in @@ -73,4 +73,8 @@ config DROPBEAR_PUTUTLINE help Dropbear will use pututline() to write the utmp structure into the utmp file. +config DROPBEAR_DBCLIENT + bool "Build dropbear with dbclient" + default y + endmenu -- cgit v1.2.3