[openwrt/openwrt] netifd: update to the latest version (fixes FS#1358)

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 13 05:41:50 PDT 2018


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/1cd76e2d85d86356868db731a5cacfb84150b2a1

commit 1cd76e2d85d86356868db731a5cacfb84150b2a1
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Mar 13 13:33:04 2018 +0100

    netifd: update to the latest version (fixes FS#1358)
    
    1f5a29c ip: do not add local routes for host dependencies
    c06f842 device: add support for setting the isolate options for bridge ports
    69aeaab interface-ip: fix route selection for host dependencies
    
    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 8b5d2f8..4a27ddd 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=5
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2018-02-26
-PKG_SOURCE_VERSION:=8cdb17d2c58d5c3ecb57bdaf1981cd72b4948db1
-PKG_MIRROR_HASH:=5c0859b779c9665edd7c105b92b7022fa7544e3a704e0e05bb3ab11ba0c30384
+PKG_SOURCE_DATE:=2018-03-13
+PKG_SOURCE_VERSION:=69aeaabcfb62d1821275cd0c076ef557c6814c51
+PKG_MIRROR_HASH:=74c34ba3a308957e2b8f9a0c78d4b9e1e17e237a875755d864c4245b60d487b5
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list