From: Felix Fietkau Date: Wed, 28 Jun 2023 13:10:52 +0000 (+0200) Subject: netifd: update to the latest version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=81f667513a2dd0ef82b6ef06fecf61d474bff72f;p=openwrt%2Fstaging%2Fnbd.git netifd: update to the latest version 493e1589bc8b bridge: fix coverity false positive report 03a619947717 bridge: add support for configuring extra vlans for the bridge itself 4bea6d21a9ab wireless: fix changing reconf/serialize options in configuration 255b4d5c472e wireless: fix handling config reload with reconf=1 1ab992a74b43 wireless: fix another reconf issue Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 69fdfa28ec..957cc83d3c 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-06-23 -PKG_SOURCE_VERSION:=edf3aced9f9ae4b07cfbb98d3919ddc7a9e44362 -PKG_MIRROR_HASH:=cae6397d7e10d5f2659bf4c1e66b1ed7198693d2d4e448c414780fcf2a43ea94 +PKG_SOURCE_DATE:=2023-06-29 +PKG_SOURCE_VERSION:=1ab992a74b43c7b92667ec2b8480de8fa40df689 +PKG_MIRROR_HASH:=8664ca50006e654e0f250fadd479e1f280a5fe32923d76583cc4efb02694ffba PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=GPL-2.0