luci-mod-status: Add Target Platform (e.g. ath79/ipq806x/etc)
revealed under: ubus call system board board.release.target Useful reminder for what to download Signed-off-by: Paul Dee <systemcrash@users.noreply.github.com>
This commit is contained in:
parent
fe7e013fff
commit
2890d1842a
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ return baseclass.extend({
|
|||
_('Hostname'), boardinfo.hostname,
|
||||
_('Model'), boardinfo.model,
|
||||
_('Architecture'), boardinfo.system,
|
||||
_('Target Platform'), (L.isObject(boardinfo.release) ? boardinfo.release.target : ''),
|
||||
_('Firmware Version'), (L.isObject(boardinfo.release) ? boardinfo.release.description + ' / ' : '') + (luciversion || ''),
|
||||
_('Kernel Version'), boardinfo.kernel,
|
||||
_('Local Time'), datestr,
|
||||
|
|
Loading…
Reference in a new issue