diff mbox series

[v2,3/4] package/bind: don't enable server by default

Message ID 20190425174916.31432-3-fontaine.fabrice@gmail.com
State Superseded
Headers show
Series [v2,1/4] package/bind: enable static build | expand

Commit Message

Fabrice Fontaine April 25, 2019, 5:49 p.m. UTC
Don't enable server by default as dhcp will now select bind to use the
bind libraries

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/bind/Config.in | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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)