From 2901cbb0b79bcfe73ed88653e749698d23c99004 Mon Sep 17 00:00:00 2001 From: wbx Date: Wed, 14 Sep 2005 10:45:27 +0000 Subject: split into bind-server and bind-client package, add startup script and example named.conf git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1918 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/bind/Config.in | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'package/bind/Config.in') diff --git a/package/bind/Config.in b/package/bind/Config.in index a820670b4..910c61c2e 100644 --- a/package/bind/Config.in +++ b/package/bind/Config.in @@ -1,10 +1,25 @@ +menu "bind - DNS server implementation" + config BR2_PACKAGE_BIND - tristate "bind - popular dns server" - default m if CONFIG_DEVEL - select BR2_PACKAGE_LIBOPENSSL + bool "bind - popular dns server" + default y if CONFIG_DEVEL help DNS server implementation http://www.isc.org/ Depends: openssl + +config BR2_PACKAGE_BIND_SERVER + tristate "named - popular dns server" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOPENSSL + depends BR2_PACKAGE_BIND + +config BR2_PACKAGE_BIND_CLIENT + tristate "nsupdate - dynamic dns client" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOPENSSL + depends BR2_PACKAGE_BIND + +endmenu -- cgit v1.2.3