summaryrefslogtreecommitdiffstats
path: root/package/bind/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-15 15:36:28 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-15 15:36:28 +0000
commit1fa1dadaa96e11c23c30f0a5180cfbc360f055f7 (patch)
treefae5ed96187e8445584f02cd465490e6589e7673 /package/bind/Config.in
parent32b8bfb796174e0b179f7ed5e175235a5876f8ef (diff)
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r--package/bind/Config.in89
1 files changed, 84 insertions, 5 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
index 38dc92f6f..34a33c450 100644
--- a/package/bind/Config.in
+++ b/package/bind/Config.in
@@ -1,10 +1,89 @@
-#menu "bind.............................. A DNS server implementation"
+menu "bind.............................. A DNS server implementation"
config BR2_COMPILE_BIND
tristate
default n
- depends BR2_PACKAGE_BIND_CLIENT || BR2_PACKAGE_BIND_SERVER
-
+ depends BR2_PACKAGE_BIND_CLIENT || BR2_PACKAGE_BIND_SERVER || BR2_PACKAGE_BIND_TOOLS || BR2_PACKAGE_BIND_RNDC || BR2_PACKAGE_BIND_CHECK || BR2_PACKAGE_BIND_DNSSEC || BR2_PACKAGE_BIND_HOST || BR2_PACKAGE_BIND_DIG
+
+config BR2_PACKAGE_BIND_TOOLS
+ prompt "bind-tools........................ Bind administration tools"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ dig, host, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf, named-checkzone, rndc, rndc-confgen
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+config BR2_PACKAGE_BIND_RNDC
+ prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ rndc, rndc-confgen
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+config BR2_PACKAGE_BIND_CHECK
+ prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ named-checkconf, named-checkzone
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+config BR2_PACKAGE_BIND_DNSSEC
+ prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ dnssec-keygen, dnssec-signzone
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+config BR2_PACKAGE_BIND_HOST
+ prompt "bind-host......................... A simple DNS client"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ host
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+config BR2_PACKAGE_BIND_DIG
+ prompt "bind-dig.......................... A DNS client"
+ tristate
+ default m if CONFIG_DEVEL
+ select BR2_COMPILE_BIND
+ select BR2_PACKAGE_LIBOPENSSL
+ help
+ dig
+
+ http://www.isc.org/sw/bind/
+
+ Depends: openssl
+
+
config BR2_PACKAGE_BIND_CLIENT
prompt "bind-client....................... A dynamic DNS client"
tristate
@@ -29,6 +108,6 @@ config BR2_PACKAGE_BIND_SERVER
http://www.isc.org/sw/bind/
- Depends: openssl
+ Depends: libopenssl
-#endmenu
+endmenu