summaryrefslogtreecommitdiff
path: root/package/bind/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/bind/Config.in
Initial import
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r--package/bind/Config.in136
1 files changed, 136 insertions, 0 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
new file mode 100644
index 000000000..b9eef008a
--- /dev/null
+++ b/package/bind/Config.in
@@ -0,0 +1,136 @@
+config ADK_COMPILE_BIND
+ tristate
+ default n
+ select ADK_PACKAGE_LIBOPENSSL
+
+config ADK_DUMMY_BIND
+ prompt "bind.............................. A DNS server implementation"
+ tristate
+ default n
+
+config ADK_PACKAGE_BIND_TOOLS
+ prompt "bind-tools........................ Bind administration tools"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ dig, host, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf,
+ named-checkzone, rndc, rndc-confgen
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_RNDC
+ prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ rndc, rndc-confgen
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_CHECK
+ prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ named-checkconf, named-checkzone
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_DNSSEC
+ prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ dnssec-keygen, dnssec-signzone
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_HOST
+ prompt "bind-host......................... A simple DNS client"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ host
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_DIG
+ prompt "bind-dig.......................... A DNS client"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ dig
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+
+config ADK_PACKAGE_BIND_CLIENT
+ prompt "bind-client....................... A dynamic DNS client"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ A DNS dynamic client (nsupdate)
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+config ADK_PACKAGE_BIND_SERVER
+ prompt "bind-server....................... A DNS server"
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ select ADK_PACKAGE_LIBBIND
+ help
+ A DNS server (named)
+
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+
+
+config ADK_PACKAGE_LIBBIND
+ prompt "libbind........................... Support library for the bind tools and dns server/client."
+ tristate
+ default n
+ depends ADK_DUMMY_BIND
+ select ADK_COMPILE_BIND
+ help
+ http://www.isc.org/sw/bind/
+
+ Depends: libopenssl
+