From 7fd3a47bf1970ddca270dedc01864a4861d35b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 14 Oct 2025 13:08:56 +0200 Subject: [PATCH] Upgrade Buildroot to 2025.02.7 (LTS) --- buildroot | 2 +- doc/ChangeLog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot b/buildroot index 65801554..c32a08ef 160000 --- a/buildroot +++ b/buildroot @@ -1 +1 @@ -Subproject commit 658015549a8939565f8320a17e3a5189272c8277 +Subproject commit c32a08efd2824799ffb4fba4a7d713ec2c6bc8e9 diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 49cb51e4..951bcbef 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,6 +8,7 @@ All notable changes to the project are documented in this file. ### Changes +- Upgrade Buildroot to 2025.02.7 (LTS) - Upgrade Linux kernel to 6.12.52 (LTS) - Extend NETCONF and RESTCONF scripting documentation with operational data examples, discovery patterns, and common workflow examples, issue #1156