diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/devices/devicetree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/devicetree.c b/modules/devices/devicetree.c index 73f8827b..796a2bad 100644 --- a/modules/devices/devicetree.c +++ b/modules/devices/devicetree.c @@ -199,7 +199,7 @@ gchar *get_summary() { } /* Power Macintosh */ - if ( 1 || strstr(compat, "PowerBook") != NULL + if (strstr(compat, "PowerBook") != NULL || strstr(compat, "MacRISC") != NULL || strstr(compat, "Power Macintosh") != NULL) { tmp[9] = ppc_mac_details(); |