This augments rpcd to be able to inspect symbolic links, instead of simply
returning the linked file info.
See also: https://github.com/openwrt/rpcd/pull/9
root@OpenWrt:/# ubus call file stat '{"path":"/etc/os-release"}'
{
"path": "/etc/os-release",
"type": "file",
"size"
From: Paul Donald
This augments rpcd to be able to inspect symbolic links, instead of simply
returning the linked file info.
See also: https://github.com/openwrt/rpcd/pull/9
root@OpenWrt:/# ubus call file stat '{"path":"/etc/os-release"}'
{
"path": "/etc/os-release",
"type": "f