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