From 013c6e52b8858a7573b30f1b8f835faf4286c649 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 15 Jul 2026 17:59:32 +0200 Subject: [PATCH] docs/migrating.adoc: document the tarball suffix update for Cargo-fetch packages We changed the suffix of tarballs for Cargo-fetched packages in commit [1], which affects out-of-tree packages, so it makes sense to document that in the migration guide. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/e8c8bd9bc56a827db90c3bb2e71e4613a5a2c730 Signed-off-by: Bernd Kuhls [Julien: add link to the commit changing the archive format] Signed-off-by: Julien Olivain --- docs/manual/migrating.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/migrating.adoc b/docs/manual/migrating.adoc index 230754be76..68f09e1bae 100644 --- a/docs/manual/migrating.adoc +++ b/docs/manual/migrating.adoc @@ -258,3 +258,9 @@ from +true+ to +false+, in line with upstream defaults. If you need +EnableNetworkConfiguration=true+ to let +iwd+ handle network configuration for active wifi connections, adjust +/etc/iwd/main.conf+ in your build (see xref:rootfs-custom[] for options). + +Due to the update of Rust to a version greater than 1.96.1 $comment was +added to .cargo-checksum.json to clarify that this file is not a +security mechanism. Tarballs generated by Cargo-fetched packages have +changed, therefore the suffix of such tarballs has been changed from ++-cargo5+ to +-cargo6+.