This broke the switch VLAN configuration on at least Archer C6 v2 EU and Archer C7 (both switchdev-based one-armed routers).
Signed-off-by: Rui Salvaterra <[email protected]> --- 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 92bdb34fc8..2c26517f44 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:=2020-11-05 -PKG_SOURCE_VERSION:=ed11f0c0ffe4fdacfe3f8223049ef8a61d9c53e9 -PKG_MIRROR_HASH:=0abd8aaa3818147b6a550a054d97c6cd21d22e806195d863aa87b6b2c808d409 +PKG_SOURCE_DATE:=2020-10-22 +PKG_SOURCE_VERSION:=24ce1eab4910869576406bafd0489daf0d3e6e28 +PKG_MIRROR_HASH:=aa73b4e470e81165baba0262144f410bb05a3ff141cf72ad451914f033868ea1 PKG_MAINTAINER:=Felix Fietkau <[email protected]> PKG_LICENSE:=GPL-2.0 -- 2.29.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
