ufp: add ubus_rpc_session to call arguments master
authorChristian Korber <[email protected]>
Mon, 22 Sep 2025 08:01:43 +0000 (10:01 +0200)
committerJohn Crispin <[email protected]>
Tue, 23 Sep 2025 10:12:37 +0000 (12:12 +0200)
To display vendor information via ubus call in uhttpd,
it is necessary to add `ubus_rpc_session` as argument
to fingerprint.

Signed-off-by: Christian Korber <[email protected]>
ufpd

diff --git a/ufpd b/ufpd
index 26f263c995aa0365dfe1067fdcdecf171be862d7..c41ab8cdac10d696fbfbc612043c0e55e2324d5e 100755 (executable)
--- a/ufpd
+++ b/ufpd
@@ -363,6 +363,7 @@ global.ubus_object = {
        fingerprint: {
                args: {
                        macaddr: "",
+                       ubus_rpc_session: "",
                        weight: false,
                        local: false
                },