mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +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> {
|
||||
return (
|
||||
deviceType.startsWith('raspberry') ||
|
||||
deviceType === 'fincm3' ||
|
||||
deviceType === 'rt-rpi-300'
|
||||
['fincm3', 'rt-rpi-300', '243390-rpi3'].includes(deviceType) ||
|
||||
deviceType.startsWith('raspberry')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user