diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-06-28 15:10:52 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-06-29 12:54:38 +0200 |
commit | 81f667513a2dd0ef82b6ef06fecf61d474bff72f (patch) | |
tree | 58342036c42b17be7cd8ac3d4cb81c71d345ba4a | |
parent | 9419a50242f81b73bae2b1105c0e370385682ad1 (diff) |
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 <nbd@nbd.name>
-rw-r--r-- | package/network/config/netifd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |