From 39cd8cc9beb119d77a54a9fa7309ead2b18d563e Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Fri, 26 Apr 2019 18:56:12 +0200 Subject: [PATCH] package/bind: don't enable server by default Don't enable server by default as dhcp will now select bind to use the bind libraries Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/bind/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/bind/Config.in b/package/bind/Config.in index 60546f691b..6d4ee2e6d7 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -28,7 +28,6 @@ if BR2_PACKAGE_BIND config BR2_PACKAGE_BIND_SERVER bool "Install server components" - default y help Install server components (named, lwresd)