diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-24 09:13:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-24 09:13:04 +0000 |
commit | 5206b2dac0ea82f15df649584d643dac1ac03727 (patch) | |
tree | 4f2f0e86b3eefc681b6e01020b59f399936cac83 /package/network/config | |
parent | dd7650f67cdbdec6bc8ada714eeeb366eb70a62f (diff) | |
download | upstream-5206b2dac0ea82f15df649584d643dac1ac03727.tar.gz upstream-5206b2dac0ea82f15df649584d643dac1ac03727.tar.bz2 upstream-5206b2dac0ea82f15df649584d643dac1ac03727.zip |
netifd: update to the latest version, enables bridge multicast querier and fixes interface reload issues with wifi
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41818
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 8c1a27c7eb..05edb685e4 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:=2014-07-18 +PKG_VERSION:=2014-07-24 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=99abee21cd5bedfd5fa35c977b02b2d01dd703ce +PKG_SOURCE_VERSION:=5844d3caa26f5f8810476836a8b711107e4ba8d7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |