[meta-swupdate][PATCH] swupdate: don't set default mongoose port in args

4 views
Skip to first unread message

Oliver Kaestner

unread,
Jun 4, 2026, 12:51:23 PM (17 hours ago) Jun 4
to swupdate
Avoid setting the mongoose listing port in the command line arg list.
This is unnecessary as it is the default one and it makes it harder to
change it, as it overrides the user's choice in swupdate.cfg.

Removing it should not have any impact on existing configurations.

Signed-off-by: Oliver Kästner <okae...@rosen-nxt.com>
---
recipes-support/swupdate/swupdate/10-mongoose-args.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-support/swupdate/swupdate/10-mongoose-args.in b/recipes-support/swupdate/swupdate/10-mongoose-args.in
index a2ca1a6..6c4fefb 100644
--- a/recipes-support/swupdate/swupdate/10-mongoose-args.in
+++ b/recipes-support/swupdate/swupdate/10-mongoose-args.in
@@ -1 +1 @@
-SWUPDATE_WEBSERVER_ARGS="-r @@wwwdir@@ ${SWUPDATE_MONGOOSE_EXTRA_ARGS:--p 8080}"
+SWUPDATE_WEBSERVER_ARGS="-r @@wwwdir@@ ${SWUPDATE_MONGOOSE_EXTRA_ARGS}"
--
2.43.0

Reply all
Reply to author
Forward
0 new messages