summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Korber2025-09-22 08:01:43 +0000
committerJohn Crispin2025-09-23 10:12:37 +0000
commit7d9f3beeac9fe7f4bbc339ea1f41cc485e5d6b97 (patch)
tree4486e56b6967f66da2b63a4cf22f6fb0d8375e58
parentf88f78e9b691ddbefb1fc8af53c7f26a0db12fc0 (diff)
downloadufp-master.tar.gz
ufp: add ubus_rpc_session to call argumentsHEADmaster
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 <ck@dev.tdt.de>
-rwxr-xr-xufpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/ufpd b/ufpd
index 26f263c..c41ab8c 100755
--- a/ufpd
+++ b/ufpd
@@ -363,6 +363,7 @@ global.ubus_object = {
fingerprint: {
args: {
macaddr: "",
+ ubus_rpc_session: "",
weight: false,
local: false
},