summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Donald2024-11-25 14:24:54 +0000
committerPetr Štetiar2024-11-27 21:34:08 +0000
commitf4492b6b1c5373a27c911ad675e96ccf1ce542d2 (patch)
tree88bc2b5202e34032445357c78149b10834b88d1d
parent3929ef4c21844189d5db8d14e7e6dc6ba983d571 (diff)
downloadopenwrt-f4492b6b1c5373a27c911ad675e96ccf1ce542d2.tar.gz
netifd: update to Git 768027c5a7640137857f412f554227abd6160cdd (2024-11-27)
86da5cbcdb9d system-linux: do not pull ifindex/flags from netlink messages on rtnl events cd96f61ba63e proto-shell: fix spurious interface teardowns with host deps a39fe3a8b150 wireless: add support for adding a list of devices for a wifi-iface d29cf707478c iprule: add ipproto property 768027c5a764 system-linux: restore reading flags from netlink messages Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17074 Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--package/network/config/netifd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index a4400c9516..82a04adecd 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-11-08
-PKG_SOURCE_VERSION:=34eb11eb6f5c62de480d6192f0ca840093127fee
-PKG_MIRROR_HASH:=c4c2bc626426d2cd73c9ece54b22ada6ed6254afa992f51b8725312aca240cfd
+PKG_SOURCE_DATE:=2024-11-27
+PKG_SOURCE_VERSION:=768027c5a7640137857f412f554227abd6160cdd
+PKG_MIRROR_HASH:=5f74dc10470c64b42caa2d1fda3b80672293cf39676aa5c0b9f8c89880a15270
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0