status.patch 556 B

12345678
  1. --- a/package/feeds/luci/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js
  2. +++ b/package/feeds/luci/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js
  3. @@ -61,5 +61,4 @@
  4. _('Hostname'), boardinfo.hostname,
  5. _('Model'), boardinfo.model + ' ' + cpuinfo.cpumark,
  6. - _('Architecture'), boardinfo.system,
  7. _('Firmware Version'), (L.isObject(boardinfo.release) ? boardinfo.release.description + ' / ' : '') + (luciversion || ''),
  8. _('Kernel Version'), boardinfo.kernel,