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 \