diff options
| author | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 18:57:16 +0000 |
|---|---|---|
| committer | OpenWrt Developers <openwrt-devel@openwrt.org> | 2006-02-16 18:57:16 +0000 |
| commit | f9d5acba325b265a323e2f867d4aabfb6c57273e (patch) | |
| tree | b8623aad16e51ddfe8b342cf5d7241eb6fe7aee5 | |
| parent | 7aa854a2f9631f5fe8fd6ea5f65be1e53557316d (diff) | |
| download | upstream-f9d5acba325b265a323e2f867d4aabfb6c57273e.tar.gz upstream-f9d5acba325b265a323e2f867d4aabfb6c57273e.tar.bz2 upstream-f9d5acba325b265a323e2f867d4aabfb6c57273e.zip | |
fix bind build (add missing bind control files)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3247 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 00000000000..b2ccae4af99 --- /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 00000000000..22a0ca88d72 --- /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 00000000000..c8086387581 --- /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 00000000000..02173621d3f --- /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 00000000000..ed3ed5efe75 --- /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 00000000000..50a0b58e2a5 --- /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 |
