knot: remove knsec3hash utility which is almost useless on OpenWRT
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
This commit is contained in:
parent
1999396443
commit
5c3c4f7674
1 changed files with 0 additions and 16 deletions
|
@ -82,12 +82,6 @@ define Package/knot-nsupdate
|
||||||
DEPENDS=+knot-libdnssec +knot-libknot +knot-libzscanner
|
DEPENDS=+knot-libdnssec +knot-libknot +knot-libzscanner
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knot-nsec3hash
|
|
||||||
$(call Package/knot/Default)
|
|
||||||
TITLE+= simple NSEC3 hash utility
|
|
||||||
DEPENDS=+knot-libdnssec
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/knot-zonecheck
|
define Package/knot-zonecheck
|
||||||
$(call Package/knot/Default)
|
$(call Package/knot/Default)
|
||||||
TITLE+= zonefile check utility
|
TITLE+= zonefile check utility
|
||||||
|
@ -134,10 +128,6 @@ define Package/knot-nsupdate/description
|
||||||
Knot DNS dynamic DNS update utility.
|
Knot DNS dynamic DNS update utility.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knot-nsec3hash/description
|
|
||||||
Knot DNS simple NSEC3 hash utility.
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/knot-zonecheck/description
|
define Package/knot-zonecheck/description
|
||||||
Knot DNS zonefile check utility.
|
Knot DNS zonefile check utility.
|
||||||
endef
|
endef
|
||||||
|
@ -235,11 +225,6 @@ define Package/knot-nsupdate/install
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/knsupdate $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/knsupdate $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knot-nsec3hash/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/knsec3hash $(1)/usr/bin/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/knot-zonecheck/install
|
define Package/knot-zonecheck/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/kzonecheck $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/kzonecheck $(1)/usr/bin/
|
||||||
|
@ -301,7 +286,6 @@ $(eval $(call BuildPackage,knot))
|
||||||
$(eval $(call BuildPackage,knot-dig))
|
$(eval $(call BuildPackage,knot-dig))
|
||||||
$(eval $(call BuildPackage,knot-host))
|
$(eval $(call BuildPackage,knot-host))
|
||||||
$(eval $(call BuildPackage,knot-nsupdate))
|
$(eval $(call BuildPackage,knot-nsupdate))
|
||||||
$(eval $(call BuildPackage,knot-nsec3hash))
|
|
||||||
$(eval $(call BuildPackage,knot-zonecheck))
|
$(eval $(call BuildPackage,knot-zonecheck))
|
||||||
$(eval $(call BuildPackage,knot-keymgr))
|
$(eval $(call BuildPackage,knot-keymgr))
|
||||||
$(eval $(call BuildPackage,knot-tests))
|
$(eval $(call BuildPackage,knot-tests))
|
||||||
|
|
Loading…
Reference in a new issue