netifd: update to the latest version
authorFelix Fietkau <nbd@nbd.name>
Mon, 9 Nov 2020 13:06:12 +0000 (14:06 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 12 Nov 2020 10:24:42 +0000 (11:24 +0100)
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>
package/network/config/netifd/Makefile

index 2c26517f44cde3796ad84df239c2677b252cbd6d..92bdb34fc839b6a68db4b8de06bac93e005db6d0 100644 (file)
@@ -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