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 | 1 + 1 file changed, 1 insertion(+) 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 }, -- 2.39.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
