summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2025-08-14 17:12:32 +0000
committerFelix Fietkau2025-08-14 17:12:37 +0000
commit3ce8442576d6305b21cb9c1a587ca94f0fe8c070 (patch)
tree6859ec5c827ce655113e9ece9ed13d78863149c4
parent2f6c52009ba6b83b35582d4bf254547434fbcf54 (diff)
downloadopenwrt-3ce8442576d6305b21cb9c1a587ca94f0fe8c070.tar.gz
netifd: update to Git HEAD (2025-08-14)
8c139e183e52 bridge: fix changing the vlan local flag at runtime Fixes: https://github.com/openwrt/openwrt/issues/19672 Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/network/config/netifd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 2d8ad69f51..a9e5528a30 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2025-08-12
-PKG_SOURCE_VERSION:=a0be934399cfc0149bfc7d2221467e48177426cd
-PKG_MIRROR_HASH:=a4228247834a654ab989cd731b4ba4bf43b79390e82d9e9f1fa9049abc2875a0
+PKG_SOURCE_DATE:=2025-08-14
+PKG_SOURCE_VERSION:=8c139e183e52b0845557181e5b4677fd33d25030
+PKG_MIRROR_HASH:=c23f494e97bd9cf49a3935b3405a29b2dda05e75e567fc5039efab1ebfb3d30e
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0