[openwrt/openwrt] netifd: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 30 07:43:34 PST 2022
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2e61469a6c200c958bde0b564e435647dfc14c75
commit 2e61469a6c200c958bde0b564e435647dfc14c75
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Dec 30 16:42:03 2022 +0100
netifd: update to the latest version
2cffe0c44e62 treewide: correctly apply IFNAMSIZ limit
96bcbb2e4eb6 wireless: allow set_retry ubus notify command to trigger a wdev restart
a2e8cd75dbf6 wireless: add support for disabling multicast-to-unicast per virtual interface
e9f44189ade7 system: move netdev types to system-linux.c where they are used
a3fab0119ef1 utils: include utils.h last
7ce73fc16765 vlandev: propagate topology changes
81c1fbcba2f2 device: fix vlan device issues with disappearing lower devices
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 488b9db2b0..500daaa152 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:=2022-08-25
-PKG_SOURCE_VERSION:=76d2d41b7355e02f95fbfa79affbd232fb090595
-PKG_MIRROR_HASH:=cd754decce7d9f9c69e0ad8c6801f306fa37dd6c8a7039aea610c1c71d06b8f9
+PKG_SOURCE_DATE:=2022-12-30
+PKG_SOURCE_VERSION:=81c1fbcba2f27f687c2a471f341502d47679f401
+PKG_MIRROR_HASH:=41d19f2804759aa42708942e27116bec78b169abee639d97c2ec7f0f62fa7739
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list