From 9b26ddac3f398ecb9e4e473801860e962691685e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 2 Jan 2025 10:19:59 +0100 Subject: [PATCH] Comment wrt fit config --- pkgs/kernel/kernel_fdt.its | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/kernel/kernel_fdt.its b/pkgs/kernel/kernel_fdt.its index 6127d80e..42977dde 100644 --- a/pkgs/kernel/kernel_fdt.its +++ b/pkgs/kernel/kernel_fdt.its @@ -23,7 +23,7 @@ hash-2 { algo = "sha1"; }; - }; + }; fdt-1 { description = "Flattened Device Tree blob"; // data = /incbin/("./target.dtb"); @@ -40,8 +40,12 @@ }; configurations { - default = "config-1"; - config-1 { + // The OpenWRT One wants this to be 'conf-1' specifically. For now it's + // easy to just choose that, if there's another device that has a + // different restriction then we should probably add 'if not found + // select default' logic and/or make this configurable. + default = "conf-1"; + conf-1 { description = "Boot Linux kernel with FDT blob"; kernel = "kernel"; fdt = "fdt-1";