[openwrt/openwrt] netifd: update to the latest version
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 21 10:43:31 PDT 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c0d77852a783a688dd7ef1db00f1202fe4892723
commit c0d77852a783a688dd7ef1db00f1202fe4892723
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Aug 27 12:33:37 2021 +0200
netifd: update to the latest version
d590fbd255ce wireless: always enable bpdu filter for AP interfaces and VLANs
f8ff6d820283 system-linux: remove copy&paste from /proc and /sys path names
300b1220fab3 wireless: improve reliability of proxyarp support
5ba9744aac6d device: add support for configuring bonding devices
6fa9b042ff4d wireless: only apply wireless device attributes to the base vif interface
06d11bbf1f2b wireless: only enable proxyarp/isolate for AP vifs
08e954e137ff bonding: claim the port device before creating the bonding device
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/netifd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index c33e0c2134..f2ea7f5f43 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:=2021-08-24
-PKG_SOURCE_VERSION:=454e9c33c90691d5bea12263f1801a7dc38c20b1
-PKG_MIRROR_HASH:=b8c6d8a1d0cb60c353c0272b8a526d8e28e6ee7d385e96b18018d1bc13b54cc2
+PKG_SOURCE_DATE:=2021-09-21
+PKG_SOURCE_VERSION:=08e954e137ffcf7770200bbd6476dc36bbd326f5
+PKG_MIRROR_HASH:=2250b8adc892a7ce0b79ca34611fae0098b3a367272684f42891923717b47578
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list