[openwrt/openwrt] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 12 05:31:57 EST 2020


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a0be58576cfc25f93f10aabf45908f6056d9f848

commit a0be58576cfc25f93f10aabf45908f6056d9f848
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Nov 9 14:06:12 2020 +0100

    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 at nbd.name>
---
 package/network/config/netifd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list