Mirror only - Please move to https://github.com/immortalwrt/immortalwrt
Revisão | c29e71856711f557426d96d8837cf97e5796fb3d (tree) |
---|---|
Hora | 2022-01-26 17:27:14 |
Autor | Lienol <23146169+Lienol@user...> |
Commiter | Tianling Shen |
autocore: index: add Target Platform
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
@@ -729,6 +729,7 @@ | ||
729 | 729 | <% if has_temp then %> |
730 | 730 | <tr><td width="33%"><%:Temperature%></td><td><%=luci.sys.exec("/sbin/tempinfo") or "?"%></td></tr> |
731 | 731 | <% end %> |
732 | + <tr><td width="33%"><%:Target Platform%></td><td><%=pcdata(boardinfo.release.target or "?")%></td></tr> | |
732 | 733 | <tr><td width="33%"><%:Firmware Version%></td><td> |
733 | 734 | <%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> / |
734 | 735 | <%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>) |