[source] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 29 07:41:25 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=d9ff1870038d47278520dfd3d299098654c6f9ec

commit d9ff1870038d47278520dfd3d299098654c6f9ec
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jul 29 16:17:40 2016 +0200

    netifd: update to the latest version
    
    Emits an initial event after the first link-up of a force_link
    interface. This is needed for making the dnsmasq dhcp check more
    reliable
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/netifd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index d9c63eb..1464764 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netifd
-PKG_VERSION:=2016-06-06
+PKG_VERSION:=2016-07-29
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/netifd.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=99e6dc68bbac5a57a0ebca810a9dc36e38667821
+PKG_SOURCE_VERSION:=c007f08413edc15805c248a8d65f075bb5fb0bdd
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 # PKG_MIRROR_MD5SUM:=



More information about the lede-commits mailing list