Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sidn-unbound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ define Package/sidn-unbound
CATEGORY:=SIDN
TITLE:=Unbound DNS resolver with Valibox-specific patches
DEPENDS+= +sidn-libunbound
CONFLICTS:=unbound
endef

define Package/sidn-unbound/description
Expand All @@ -54,6 +55,7 @@ define Package/sidn-unbound-anchor
CATEGORY:=SIDN
TITLE:=DNSSEC key anchor utility
DEPENDS+= +libexpat +sidn-unbound
CONFLICTS:=unbound-anchor
endef

define Package/sidn-unbound-anchor/description
Expand All @@ -80,6 +82,7 @@ define Package/sidn-unbound-control-setup
CATEGORY:=SIDN
TITLE:=Unbound-control setup utility
DEPENDS+= +sidn-unbound-control +openssl-util
CONFLICTS:=unbound-control-setup
endef

define Package/sidn-unbound-control-setup/description
Expand All @@ -93,6 +96,7 @@ define Package/sidn-unbound-host
CATEGORY:=SIDN
TITLE:=Unbound-host DNS lookup utility
DEPENDS+= +sidn-libunbound
CONFLICTS:=unbound-host
endef

define Package/sidn-unbound-host/description
Expand Down