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> (cherry picked from commit 2890d1842a8538e093de3b1814ef26f308385c07)
This commit is contained in:
parent
f08a0f6b8f
commit
0ac2542085
@ -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…
x
Reference in New Issue
Block a user