Register bootloader patch in recipe.toml

The redox.patch was present and symlinked but never listed in the [source] patches field, so the cookbook never applied it during builds.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-17 14:16:11 +01:00
parent fb34e678be
commit a8479bfcf9
+1
View File
@@ -1,5 +1,6 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/bootloader.git"
patches = ["redox.patch"]
[build]
template = "custom"