obuspa: updated test controller dependency

This commit is contained in:
Vivek Kumar Dutta 2024-12-11 19:29:23 +05:30
parent eb06147743
commit 22aa3ff065
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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'
}