diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 10:45:27 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-14 10:45:27 +0000 |
| commit | 8ceba94522fadb8a3296e7cfa72e34ad18e990b1 (patch) | |
| tree | 52e3f6beaf1b05d73359bba079efeb004084170a /openwrt/package/bind/Config.in | |
| parent | 6e7cffd3156f68560af32c43618693167af673a2 (diff) | |
| download | mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.zip mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.tar.gz mtk-20170518-8ceba94522fadb8a3296e7cfa72e34ad18e990b1.tar.bz2 | |
split into bind-server and bind-client package, add startup script and example named.conf
SVN-Revision: 1918
Diffstat (limited to 'openwrt/package/bind/Config.in')
| -rw-r--r-- | openwrt/package/bind/Config.in | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/openwrt/package/bind/Config.in b/openwrt/package/bind/Config.in index a820670..910c61c 100644 --- a/openwrt/package/bind/Config.in +++ b/openwrt/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 |
