summaryrefslogtreecommitdiffstats
path: root/package/bind/Config.in
diff options
context:
space:
mode:
authorDavid Anders2006-01-25 21:56:55 +0100
committerDavid Anders2006-01-25 21:56:55 +0100
commite507951611b730e80e405aefcfb74307e107fc8a (patch)
tree4e66cf80cb57b35035dfbb8a6a244f4971ed3ef9 /package/bind/Config.in
parentadd option to select target installation per case 0000519 (diff)
downloadbuildroot-e507951611b730e80e405aefcfb74307e107fc8a.tar.gz
buildroot-e507951611b730e80e405aefcfb74307e107fc8a.tar.xz
buildroot-e507951611b730e80e405aefcfb74307e107fc8a.zip
add new package bind per case 0000507
Diffstat (limited to 'package/bind/Config.in')
-rw-r--r--package/bind/Config.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/bind/Config.in b/package/bind/Config.in
new file mode 100644
index 000000000..19d306852
--- /dev/null
+++ b/package/bind/Config.in
@@ -0,0 +1,22 @@
+config BR2_PACKAGE_BIND
+ bool "bind"
+ default n
+ help
+ BIND (Berkeley Internet Name Domain) is an implementation of
+ the Domain Name System (DNS) protocols and provides an openly
+ redistributable reference implementation of the major
+ components of the Domain Name System, including:
+
+ * a Domain Name System server (named)
+ * a Domain Name System resolver library
+ * tools for verifying the proper operation of the DNS server
+
+ The BIND DNS Server is used on the vast majority of name
+ serving machines on the Internet, providing a robust and
+ stable architecture on top of which an organization's naming
+ architecture can be built. The resolver library included in
+ the BIND distribution provides the standard APIs for
+ translation between domain names and Internet addresses and is
+ intended to be linked with applications requiring name service.
+
+ http://www.isc.org/sw/bind/