From 22aa3ff065056e1f42f658ee5966715ec28030cc Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Wed, 11 Dec 2024 19:29:23 +0530 Subject: [PATCH] obuspa: updated test controller dependency --- obuspa/Makefile | 2 +- obuspa/files/etc/uci-defaults/54-test-usp-remote | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obuspa/Makefile b/obuspa/Makefile index 256fd4d5e..597d7121a 100644 --- a/obuspa/Makefile +++ b/obuspa/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=obuspa -PKG_VERSION:=9.0.0.23 +PKG_VERSION:=9.0.0.24 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) diff --git a/obuspa/files/etc/uci-defaults/54-test-usp-remote b/obuspa/files/etc/uci-defaults/54-test-usp-remote index 267b9c142..c50e52309 100644 --- a/obuspa/files/etc/uci-defaults/54-test-usp-remote +++ b/obuspa/files/etc/uci-defaults/54-test-usp-remote @@ -11,7 +11,7 @@ add_usp_test() { uci_add mosquitto listener usptest uci_set mosquitto usptest enabled 1 - uci_set mosquitto usptest port '9001' + uci_set mosquitto usptest port '9004' uci_set mosquitto usptest protocol 'websockets' uci_set mosquitto usptest auth_plugin '/usr/lib/mosquitto_auth_shadow.so' }