From ff49277c700b92b3a67dd274d9e5f79a5997f672 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 24 Apr 2023 13:24:34 +0530 Subject: [PATCH] owsd: 1.1.6 --- owsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owsd/Makefile b/owsd/Makefile index 51310040f..c7eab3dfd 100644 --- a/owsd/Makefile +++ b/owsd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=owsd -PKG_VERSION:=1.1.5 +PKG_VERSION:=1.1.6 PKG_RELEASE:=1 PKG_SOURCE_PROTO=git @@ -37,7 +37,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/owsd SECTION:=net CATEGORY:=Network - DEPENDS:=+libjson-c +libblobmsg-json +libwebsockets +ubox \ + DEPENDS:=+libjson-c +libblobmsg-json +libwebsockets-openssl +ubox \ +OWSD_USE_UBUS:ubus \ +OWSD_USE_DBUS:libdbus \ +OWSD_USE_DBUS:libxml2 \