diff --git a/libs/libmraa/patches/0002-add-mips-support.patch b/libs/libmraa/patches/0002-add-mips-support.patch index 66219b9fe5..ee4569631d 100644 --- a/libs/libmraa/patches/0002-add-mips-support.patch +++ b/libs/libmraa/patches/0002-add-mips-support.patch @@ -462,7 +462,7 @@ Signed-off-by: John Crispin + if (fh != NULL) { + while (getline(&line, &len, fh) != -1) { + if (strncmp(line, "machine", 7) == 0) { -+ if (strstr(line, "MediaTek LinkIt Smart7688")) { ++ if (strstr(line, "MediaTek LinkIt Smart 7688")) { + platform_type = MRAA_MTK_LINKIT; + } + }