From: Felix Fietkau Date: Tue, 3 Sep 2024 13:14:27 +0000 (+0200) Subject: netifd: update to Git HEAD (2024-09-03) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=HEAD;p=openwrt%2Fstaging%2Fstintel.git 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 --- diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 70833e3f36..9b9b8130f4 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:=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 PKG_LICENSE:=GPL-2.0