mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 18:06:47 +00:00
Add config.txt support for Alliance rpi3
Change-type: patch Signed-off-by: Felipe Lalanne <felipe@balena.io>
This commit is contained in:
parent
5e3d68c4dc
commit
a8c4a6683a
@ -52,9 +52,8 @@ export class ConfigTxt extends ConfigBackend {
|
|||||||
|
|
||||||
public async matches(deviceType: string): Promise<boolean> {
|
public async matches(deviceType: string): Promise<boolean> {
|
||||||
return (
|
return (
|
||||||
deviceType.startsWith('raspberry') ||
|
['fincm3', 'rt-rpi-300', '243390-rpi3'].includes(deviceType) ||
|
||||||
deviceType === 'fincm3' ||
|
deviceType.startsWith('raspberry')
|
||||||
deviceType === 'rt-rpi-300'
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user