From 13a6326cc445fb9d8574ddc83cad3bf6204b9af1 Mon Sep 17 00:00:00 2001 From: Noah Meyerhans Date: Sun, 28 Oct 2018 23:43:56 -0700 Subject: [PATCH] bind: Include delv in the bind-tools package delv is a tool for sending DNS queries and validating the results, using the same internal resolver and validator logic as named. Signed-off-by: Noah Meyerhans --- net/bind/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bind/Makefile b/net/bind/Makefile index 7e5fb8b582..3fa536c5a4 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -203,6 +203,7 @@ define Package/bind-tools/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/dig $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/host $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/delv $(1)/usr/bin/ $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-keygen $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dnssec-settime $(1)/usr/sbin/ -- 2.30.2