mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
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.
This commit is contained in:
parent
aaa3593c57
commit
65cd9dfc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue