From: Noah Meyerhans Date: Mon, 29 Oct 2018 06:43:56 +0000 (-0700) Subject: bind: Include delv in the bind-tools package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=13a6326cc445fb9d8574ddc83cad3bf6204b9af1;p=openwrt-packages.git 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 --- diff --git a/net/bind/Makefile b/net/bind/Makefile index 7e5fb8b58..3fa536c5a 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/