From c56853b477612d514f2f9a530b8ec18b8a5a3057 Mon Sep 17 00:00:00 2001 From: Mohd Husaam Mehdi Date: Thu, 10 Oct 2024 18:12:27 +0530 Subject: [PATCH] dhcpmngr: depend on odhcpd full only when unbound replaces dnsmasq --- dhcpmngr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhcpmngr/Makefile b/dhcpmngr/Makefile index 3614e13ce..5b595f3ba 100644 --- a/dhcpmngr/Makefile +++ b/dhcpmngr/Makefile @@ -28,10 +28,11 @@ define Package/dhcpmngr SECTION:=net CATEGORY:=Network TITLE:=Package to add Device.DHCPv4 and v6 data model support. - DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +odhcpd + DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service DEPENDS+=+DNSMNGR_DNS_SD:umdns DEPENDS+=+DNSMNGR_BACKEND_DNSMASQ:dnsmasq + DEPENDS+=+DNSMNGR_BACKEND_UNBOUND:odhcpd endef define Package/dhcpmngr/description