Browse Source

netifd: update to Git HEAD (2024-09-03)

480551a3adc4 interface: add support for disabling renew on topology change
b7b294266781 device: add more debugging code
595094f5c213 device: do not pull device present state from hotplug events
4e11e52e9b98 main: add messages to udebug regardless of their log level
091d063f4a9d wireless: handle link updates even if devices are present already
a8e90853c936 interface: improve hotplug handling reliability
cdb41673ceea device: remove redundant newlines from debug messages
cd2a7964f2c0 device: revert to explicit device_set_present calls

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 1 year ago
parent
commit
2bec6f48e6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/network/config/netifd/Makefile

+ 3 - 3
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:=2024-08-01
-PKG_SOURCE_VERSION:=68c8a4f94cd3cfd654a52cbc8b57c5c9d99640dd
-PKG_MIRROR_HASH:=897481d6d4309b4a940b80cfe2392a0c0ccbef4d0024cb1a995b1f4780b69cde
+PKG_SOURCE_DATE:=2024-09-03
+PKG_SOURCE_VERSION:=cd2a7964f2c09994c09388a76e1a9c6aef4297a2
+PKG_MIRROR_HASH:=48ab3fcff63df78191d236f7dde59c6ada50e6dbc071eb92d3ee2265214dfbcd
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 PKG_LICENSE:=GPL-2.0