Advanced reboot - “Warning: Unable to obtain device information!”

Hi,

Seeing the same issue as here,

But on the latest code (master, feeds all updated), for my Linksys EA3500. Is this a known issue?

Thanks!

Found it! :laughing:.

It looks like the device name has changed, from this commit,

If I look at v19.07, then,

cat /tmp/sysinfo/board_name
linksys,audi

But on the master,

cat /tmp/sysinfo/board_name
linksys,ea3500

So I manually changed /usr/lib/lua/luci/advanced-reboot/devices/linksys-ea3500.lua ... that's the fix!

Should I submit a PR, or let the app author control it?

Thanks!