[openwrt/openwrt] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 21 04:26:12 EST 2020


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/5242bf7cf7eca73899f89bc48416e9a3d90f4aea

commit 5242bf7cf7eca73899f89bc48416e9a3d90f4aea
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Nov 21 10:23:54 2020 +0100

    netifd: update to the latest version
    
    351d690f1a09 wireless: fix passing bridge name for vlan hotplug pass-through
    c1c2728946b5 config: initialize bridge and bridge vlans before other devices
    5e18d5b9ccb1 interface: do not force link-ext hotplug interfaces to present by default
    4544f026bb09 bridge-vlan: add support for defining aliases for vlan ids
    
    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 266d0a022d..7d88337f30 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-13
-PKG_SOURCE_VERSION:=4a41135750d97e06d1f6d808a9d24bb4b472aca4
-PKG_MIRROR_HASH:=2f58910f79c73209c20969ffa59ac5ccd4606f736993b207dccef6d42dab7880
+PKG_SOURCE_DATE:=2020-11-20
+PKG_SOURCE_VERSION:=4544f026bb0996adb6d95224031f0ba35cb8c046
+PKG_MIRROR_HASH:=2f7a6ddce165603a79aedb1a99d06ecac23a7e0ea5497929517d16f569143834
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list