From 476d23ac3af690df3cfe2537224e35408a4a3cc8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 19 Jan 2026 13:46:22 -0500 Subject: [PATCH] Fix red in 7e31f2a6d5 While the binary firmware build succeeded, the 'make zip' process failed because the script that put the default wps image together runs the device config header through CPP while only looking into the configuration header directory. So move the imx233-config.h header out of the target/arm/imx233 and into export/config where everything is copacetic. Change-Id: I9914558a892f8ff7ad839818f0a5ef687cc7b997 --- firmware/{target/arm/imx233 => export/config}/imx233-config.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename firmware/{target/arm/imx233 => export/config}/imx233-config.h (100%) diff --git a/firmware/target/arm/imx233/imx233-config.h b/firmware/export/config/imx233-config.h similarity index 100% rename from firmware/target/arm/imx233/imx233-config.h rename to firmware/export/config/imx233-config.h