diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-08-27 12:33:37 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-09-21 19:43:20 +0200 |
commit | c0d77852a783a688dd7ef1db00f1202fe4892723 (patch) | |
tree | f4db75ab6690eef03d42f687c619287b03e4b292 /package/network | |
parent | a4b5bc20d7ab4b6efeafd985e889eeac27116940 (diff) | |
download | upstream-c0d77852a783a688dd7ef1db00f1202fe4892723.tar.gz upstream-c0d77852a783a688dd7ef1db00f1202fe4892723.tar.bz2 upstream-c0d77852a783a688dd7ef1db00f1202fe4892723.zip |
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@nbd.name>
Diffstat (limited to 'package/network')
-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 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@nbd.name> PKG_LICENSE:=GPL-2.0 |