diff options
author | Oliver Ertl <oliver@ertl-net.net> | 2006-02-16 18:57:16 +0000 |
---|---|---|
committer | Oliver Ertl <oliver@ertl-net.net> | 2006-02-16 18:57:16 +0000 |
commit | 1ea6f94ee2341d5fa856bad6d13fe486ff202d2b (patch) | |
tree | 948278fde4d6431cfe86f85eb672c833ce980440 /openwrt/package/bind/ipkg | |
parent | a49878a653573f364c740739836438771c82ad9c (diff) | |
download | mtk-20170518-1ea6f94ee2341d5fa856bad6d13fe486ff202d2b.zip mtk-20170518-1ea6f94ee2341d5fa856bad6d13fe486ff202d2b.tar.gz mtk-20170518-1ea6f94ee2341d5fa856bad6d13fe486ff202d2b.tar.bz2 |
fix bind build (add missing bind control files)
SVN-Revision: 3247
Diffstat (limited to 'openwrt/package/bind/ipkg')
-rw-r--r-- | openwrt/package/bind/ipkg/bind-check.control | 5 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-dig.control | 5 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-dnssec.control | 5 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-host.control | 5 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-rndc.control | 5 | ||||
-rw-r--r-- | openwrt/package/bind/ipkg/bind-tools.control | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/openwrt/package/bind/ipkg/bind-check.control b/openwrt/package/bind/ipkg/bind-check.control new file mode 100644 index 0000000..b2ccae4 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-dig.control b/openwrt/package/bind/ipkg/bind-dig.control new file mode 100644 index 0000000..22a0ca8 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-dnssec.control b/openwrt/package/bind/ipkg/bind-dnssec.control new file mode 100644 index 0000000..c808638 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-host.control b/openwrt/package/bind/ipkg/bind-host.control new file mode 100644 index 0000000..0217362 --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-rndc.control b/openwrt/package/bind/ipkg/bind-rndc.control new file mode 100644 index 0000000..ed3ed5e --- /dev/null +++ b/openwrt/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/openwrt/package/bind/ipkg/bind-tools.control b/openwrt/package/bind/ipkg/bind-tools.control new file mode 100644 index 0000000..50a0b58 --- /dev/null +++ b/openwrt/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 |