add osmioplus4k stb

This commit is contained in:
Markus Volk
2020-02-12 07:16:42 +01:00
committed by Markus Volk
parent f88c398f87
commit 6aa82141ff
6 changed files with 15 additions and 8 deletions

View File

@@ -1877,7 +1877,7 @@ int getActivePartition()
}
fclose(f);
}
#elif BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7
#elif BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_OSMIOPLUS4K
FILE *f;
// first check for subdirboot layout
f = fopen("/sys/firmware/devicetree/base/chosen/bootargs", "r");