From: Petr Štetiar <ynezz@true.cz>
Date: Wed, 29 Mar 2023 08:57:17 +0000 (+0200)
Subject: netifd: update to version 2023-05-31
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d2ecaaca3404a05ba65bb6756bc5fbd05389ed2f;p=openwrt%2Fstaging%2Fdangole.git

netifd: update to version 2023-05-31

Contains following changes:

 * bridge: bridge_dump_info: add dumping of bridge attributes
 * bridge: make it more clear why the config was applied
 * cmake: fix build by reordering the cflags definitions
 * treewide: fix multiple compiler warnings

Signed-off-by: Petr Štetiar <ynezz@true.cz>
---

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 8dcff7987d..8d179beb30 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:=2023-04-17
-PKG_SOURCE_VERSION:=7de5440a520f9c6687358c7ef88ac4aad0ff98a5
-PKG_MIRROR_HASH:=aaf6aef1c991c67b6ef43b4c7f102ba94319bf522f620e93293d031b8333bd8f
+PKG_SOURCE_DATE:=2023-05-31
+PKG_SOURCE_VERSION:=38cbdc1c8cbbe2e30d62227d74565bd3fa21a36b
+PKG_MIRROR_HASH:=c275ef1f550726b045b3dd7bcee1d660bba9d56c4d53bf32f1eeb6f68bc4116c
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
 
 PKG_LICENSE:=GPL-2.0