From 65cd9dfc0f35896766796cf762f44f03dda67cd3 Mon Sep 17 00:00:00 2001 From: Meng Date: Sat, 28 Feb 2026 10:11:45 +0100 Subject: [PATCH] bbfdm: update source revision for #19741 Issue: Network topology migration from bridge to VLAN termination via dmcli left runtime interfaces unapplied after commit because the reload path was insufficient in this flow. Cause: bbfdm default apply handling for /etc/config/network used reload semantics only; the fix is implemented in bbf/bbfdm source and requires a new source commit in the feed recipe. Fix: Update bbfdm PKG_SOURCE_VERSION to commit 48ffeeaa1891fbc8505b704d7b674abbf8689e3a containing the network restart handling in the default apply script. --- bbfdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbfdm/Makefile b/bbfdm/Makefile index c211bb674..faabc6807 100644 --- a/bbfdm/Makefile +++ b/bbfdm/Makefile @@ -11,7 +11,7 @@ USE_LOCAL:=0 ifneq ($(USE_LOCAL),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git -PKG_SOURCE_VERSION:=bd67afba66da0a9ed020c2dce81c7b826f75eebc +PKG_SOURCE_VERSION:=48ffeeaa1891fbc8505b704d7b674abbf8689e3a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst PKG_MIRROR_HASH:=skip endif