netifd: update to Git 768027c5a7640137857f412f554227abd6160cdd (2024-11-27)
authorPaul Donald <newtwen+github@gmail.com>
Mon, 25 Nov 2024 14:24:54 +0000 (15:24 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 10 Dec 2024 00:19:13 +0000 (01:19 +0100)
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>
(cherry picked from commit f4492b6b1c5373a27c911ad675e96ccf1ce542d2)
Link: https://github.com/openwrt/openwrt/pull/17110
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/config/netifd/Makefile

index a4400c9516eca6d68363bfef4f68c5e321ed3493..82a04adecd932054c15b7fee53693053bb552609 100644 (file)
@@ -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