diff options
| author | Burt P <pburt0@gmail.com> | 2018-09-07 22:47:35 -0500 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-09-08 02:26:07 -0700 | 
| commit | 327c5fdc806939081054a3e2b47e3ca8095aa0d4 (patch) | |
| tree | 0556c46699afd43543efbd839d8aa8d62923f30a /modules | |
| parent | 1e44c4abc33b0bcbf6270841c807efa1adfca139 (diff) | |
computer.c: catch more SBCs
Firefly ROC-RK3328-CC and Firefly ROC-RK3399-PC
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/computer.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/modules/computer.c b/modules/computer.c index 0b75d7d8..3984efc9 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -319,6 +319,7 @@ static gchar *detect_machine_type(void)      if (chassis) {          if (strstr(chassis, "Raspberry Pi") != NULL              || strstr(chassis, "ODROID") != NULL +            || strstr(chassis, "Firefly ROC") != NULL              /* FIXME: consider making a table when adding more models */ ) {                  g_free(chassis);                  return g_strdup(_("Single-board computer")); | 
