usp-js: remove dependency from obuspa test controller

This commit is contained in:
Vivek Kumar Dutta 2025-06-26 17:49:59 +05:30
parent 58ecaf9c15
commit 9426567bc3
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -23,7 +23,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
EXTRA_DEPENDS:=obuspa mosquitto-ssl
endef