[source] netifd: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 05:54:40 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/402fea62c47bb44a457566e4209182a2ecb74fd7

commit 402fea62c47bb44a457566e4209182a2ecb74fd7
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 13:07:33 2017 +0100

    netifd: update to the latest version
    
    This disables IGMP snooping by default, which was causing various issues
    over time, like FS#95
    
    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 c0a354b..c6ccc9f 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=$(LEDE_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2016-12-23
-PKG_SOURCE_VERSION:=64a655d8ffa9f0cea1bbdd35cac6b3b99b865270
-PKG_MIRROR_HASH:=1fa244a10f6d12d8bad2e60c054c0542d6f9ebe1cde319085f02289e8676612a
+PKG_SOURCE_DATE:=2017-01-13
+PKG_SOURCE_VERSION:=52541140f8138e31958cdc3d7e42a4029fa6bbc9
+PKG_MIRROR_HASH:=8b74721b3c3b2912df4271f0a60c2137642eeb7753d3e656f7a508d8cac013e9
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list