From: Felix Fietkau <nbd@nbd.name>
Date: Mon, 9 Nov 2020 13:06:12 +0000 (+0100)
Subject: netifd: update to the latest version
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a0be58576cfc25f93f10aabf45908f6056d9f848;p=openwrt%2Fstaging%2Faparcar.git

netifd: update to the latest version

3023b0cc7352 bridge: add support for defining port member vlans via hotplug ops
a3016c451248 vlan: add pass-through hotplug ops that pass the VLAN info to the bridge
d59f3ddcbaf0 vlandev: add pass-through hotplug ops that pass the VLAN info to the bridge
dd5e61153636 bridge: show vlans in device status
a56e14afa612 bridge: preserve hotplug ports on vlan update if config is unchanged
d1e8884f8911 bridge: fix use-after-free bug on bridge member free
3a2b21001c3c system-dummy: set present state only for simple devices
ed11f0c0ffe4 bridge: only overwrite implicit vlan assignment if vlans are configured

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 2c26517f44..92bdb34fc8 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:=2020-10-22
-PKG_SOURCE_VERSION:=24ce1eab4910869576406bafd0489daf0d3e6e28
-PKG_MIRROR_HASH:=aa73b4e470e81165baba0262144f410bb05a3ff141cf72ad451914f033868ea1
+PKG_SOURCE_DATE:=2020-11-05
+PKG_SOURCE_VERSION:=ed11f0c0ffe4fdacfe3f8223049ef8a61d9c53e9
+PKG_MIRROR_HASH:=0abd8aaa3818147b6a550a054d97c6cd21d22e806195d863aa87b6b2c808d409
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
 
 PKG_LICENSE:=GPL-2.0