From 0bd3c5e02015f4a9f7b020af5afcff78aa7c47db Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 18 Aug 2025 21:41:59 +0530 Subject: [PATCH] usp-js: 1.2.9 --- usp-js/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usp-js/Makefile b/usp-js/Makefile index 4141d5911..b5275093f 100644 --- a/usp-js/Makefile +++ b/usp-js/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usp-js -PKG_VERSION:=1.2.8 +PKG_VERSION:=1.2.9 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/usp-js.git @@ -25,7 +25,7 @@ define Package/usp-js SECTION:=libs CATEGORY:=Libraries TITLE:=A JS library for USP(TR369) protocol - DEPENDS:=+quickjs +quickjs-websocket +@OBUSPA_ENABLE_TEST_CONTROLLER_LOCAL + DEPENDS:=+quickjs +quickjs-websocket +@OBUSPA_LOCAL_MQTT_LISTENER EXTRA_DEPENDS:=obuspa mosquitto-ssl endef