aboutsummaryrefslogtreecommitdiffstats
path: root/package/bind
diff options
context:
space:
mode:
authorOpenWrt Developers <openwrt-devel@openwrt.org>2006-02-16 18:57:16 +0000
committerOpenWrt Developers <openwrt-devel@openwrt.org>2006-02-16 18:57:16 +0000
commit9b18b848efe507da569c327597ac1056cd08caae (patch)
treeebbafc2445d054ff23cd7aa9d497d0fd75104d8e /package/bind
parent4dbec8eef1b753628d2cb4ca00b982c32cc3ced2 (diff)
downloadmaster-187ad058-9b18b848efe507da569c327597ac1056cd08caae.tar.gz
master-187ad058-9b18b848efe507da569c327597ac1056cd08caae.tar.bz2
master-187ad058-9b18b848efe507da569c327597ac1056cd08caae.zip
fix bind build (add missing bind control files)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3247 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/ipkg/bind-check.control5
-rw-r--r--package/bind/ipkg/bind-dig.control5
-rw-r--r--package/bind/ipkg/bind-dnssec.control5
-rw-r--r--package/bind/ipkg/bind-host.control5
-rw-r--r--package/bind/ipkg/bind-rndc.control5
-rw-r--r--package/bind/ipkg/bind-tools.control5
6 files changed, 30 insertions, 0 deletions
diff --git a/package/bind/ipkg/bind-check.control b/package/bind/ipkg/bind-check.control
new file mode 100644
index 0000000000..b2ccae4af9
--- /dev/null
+++ b/package/bind/ipkg/bind-check.control
@@ -0,0 +1,5 @@
+Package: bind-check
+Priority: optional
+Section: net
+Description: named-checkconf & named-checkzone utilities
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-dig.control b/package/bind/ipkg/bind-dig.control
new file mode 100644
index 0000000000..22a0ca88d7
--- /dev/null
+++ b/package/bind/ipkg/bind-dig.control
@@ -0,0 +1,5 @@
+Package: bind-dig
+Priority: optional
+Section: net
+Description: dig utility
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-dnssec.control b/package/bind/ipkg/bind-dnssec.control
new file mode 100644
index 0000000000..c808638758
--- /dev/null
+++ b/package/bind/ipkg/bind-dnssec.control
@@ -0,0 +1,5 @@
+Package: bind-dnssec
+Priority: optional
+Section: net
+Description: dnssec-keygen & dnssec-signzone utilities
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-host.control b/package/bind/ipkg/bind-host.control
new file mode 100644
index 0000000000..02173621d3
--- /dev/null
+++ b/package/bind/ipkg/bind-host.control
@@ -0,0 +1,5 @@
+Package: bind-host
+Priority: optional
+Section: net
+Description: host utility
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-rndc.control b/package/bind/ipkg/bind-rndc.control
new file mode 100644
index 0000000000..ed3ed5efe7
--- /dev/null
+++ b/package/bind/ipkg/bind-rndc.control
@@ -0,0 +1,5 @@
+Package: bind-rndc
+Priority: optional
+Section: net
+Description: rndc & rndc-confgen utilities
+Depends: libopenssl
diff --git a/package/bind/ipkg/bind-tools.control b/package/bind/ipkg/bind-tools.control
new file mode 100644
index 0000000000..50a0b58e2a
--- /dev/null
+++ b/package/bind/ipkg/bind-tools.control
@@ -0,0 +1,5 @@
+Package: bind-tools
+Priority: optional
+Section: net
+Description: dig, host, nslookup, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf, named-checkzone, rndc, rndc-confgen
+Depends: libopenssl