summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/system.c b/system.c
index 1e88b5d..cdb5434 100644
--- a/system.c
+++ b/system.c
@@ -78,7 +78,8 @@ static int system_board(struct ubus_context *ctx, struct ubus_object *obj,
fclose(f);
}
- if ((f = fopen("/tmp/sysinfo/model", "r")) != NULL)
+ if ((f = fopen("/tmp/sysinfo/model", "r")) != NULL ||
+ (f = fopen("/proc/device-tree/model", "r")) != NULL)
{
if (fgets(line, sizeof(line), f))
{