From eba7099adcf20ebafd84015c90c615191a7bfc71 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 10 Aug 2023 18:25:31 +0200 Subject: [PATCH] Use the correct Supervisor machine during build (#2681) This makes sure the correct landing page gets installed during build so the landing page container image doesn't need to get downloaded at first boot. --- buildroot-external/configs/odroid_m1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/configs/odroid_m1_defconfig b/buildroot-external/configs/odroid_m1_defconfig index acaa1b1cb..f2b22f18b 100644 --- a/buildroot-external/configs/odroid_m1_defconfig +++ b/buildroot-external/configs/odroid_m1_defconfig @@ -137,7 +137,7 @@ BR2_PACKAGE_ROCKCHIP_BLOBS_TPL="bin/rk35/rk3568_ddr_1056MHz_v1.09.bin" BR2_PACKAGE_GASKET=y BR2_PACKAGE_HASSIO=y BR2_PACKAGE_HASSIO_ARCH="aarch64" -BR2_PACKAGE_HASSIO_MACHINE="odroid-n2" +BR2_PACKAGE_HASSIO_MACHINE="odroid-m1" BR2_PACKAGE_OS_AGENT=y BR2_PACKAGE_OS_AGENT_BOARD="OdroidM1" BR2_PACKAGE_RPI_RF_MOD=y