diff options
| author | Christian Korber | 2025-09-22 08:01:43 +0000 |
|---|---|---|
| committer | John Crispin | 2025-09-23 10:12:37 +0000 |
| commit | 7d9f3beeac9fe7f4bbc339ea1f41cc485e5d6b97 (patch) | |
| tree | 4486e56b6967f66da2b63a4cf22f6fb0d8375e58 | |
| parent | f88f78e9b691ddbefb1fc8af53c7f26a0db12fc0 (diff) | |
| download | ufp-master.tar.gz | |
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-x | ufpd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -363,6 +363,7 @@ global.ubus_object = { fingerprint: { args: { macaddr: "", + ubus_rpc_session: "", weight: false, local: false }, |