From d266a77dff93a82c9fdaac48fe198fa2b6966372 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 28 Sep 2023 09:37:48 +0200 Subject: [PATCH] Expose the RPi family config vars to raspberrypi5 board Change-type: minor Signed-off-by: Alex Gonzalez --- src/features/vars-schema/env-vars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/vars-schema/env-vars.ts b/src/features/vars-schema/env-vars.ts index d1fa76d42..fef48c366 100644 --- a/src/features/vars-schema/env-vars.ts +++ b/src/features/vars-schema/env-vars.ts @@ -159,6 +159,7 @@ export const DEVICE_TYPE_SPECIFIC_CONFIG_VAR_PROPERTIES: Array<{ 'raspberrypi4-64', 'raspberrypi400-64', 'raspberrypicm4-ioboard', + 'raspberrypi5', 'revpi-connect', 'revpi-connect-s', 'revpi-core-3',