From df05c3a3d6868ae52b8b6b0c5bc2ce2d427787e8 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 24 May 2024 19:55:54 +0530 Subject: [PATCH] ssdpd: added libbbfdm-api dependency --- ssdpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssdpd/Makefile b/ssdpd/Makefile index a57a9838e..93890e061 100644 --- a/ssdpd/Makefile +++ b/ssdpd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ssdpd -PKG_VERSION:=1.0.5 +PKG_VERSION:=1.0.6 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -33,7 +33,7 @@ endef define Package/ssdpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libnfnetlink +libpthread +libubox +libubus +libblobmsg-json +libcurl +mxml +SSDPD_UPNP_DEVICE:miniupnpd-iptables + DEPENDS:=+libnfnetlink +libpthread +libubox +libubus +libblobmsg-json +libcurl +mxml +SSDPD_UPNP_DEVICE:miniupnpd-iptables +libbbfdm-api TITLE:=MiniSSDPd - SSDP Daemon URL:=https://miniupnp.tuxfamily.org/minissdpd.html endef