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

LEDE Commits lede-commits at lists.infradead.org
Mon May 23 05:12:58 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/24cc341fdc917460721e7c09708f5676c1361c91

commit 24cc341fdc917460721e7c09708f5676c1361c91
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon May 23 14:12:28 2022 +0200

    netifd: update to the latest version
    
    4b4849cf5e5a interface-ip: unify host and proto route handling
    507c0513d176 interface-ip: add support for excluding interfaces in host route lookup
    
    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 ffdd7aa1c2..c0a053cd4f 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:=2022-02-20
-PKG_SOURCE_VERSION:=136006b88826feff4f0a36ffab511d1366483cf2
-PKG_MIRROR_HASH:=6358738d20e6df27b82c3bdb575fba0fdad8bef45a3c7479b93a5587c465dba4
+PKG_SOURCE_DATE:=2022-05-19
+PKG_SOURCE_VERSION:=507c0513d1766757d969530c51fe7d368354538d
+PKG_MIRROR_HASH:=706ede2ffd787a1f5388f2e80300e8f559a704dda21ebc05356074765593539c
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list