diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 01:46:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-26 01:46:34 +0000 |
commit | d3a8609c68ddf9e90dc12e6d16f6884ba4d759c3 (patch) | |
tree | 867c67046aa4a1b41feb8835d31472592e88b2e0 /package/network/config | |
parent | babd1e2b82ecc206571590830b127caa1fae3987 (diff) | |
download | upstream-d3a8609c68ddf9e90dc12e6d16f6884ba4d759c3.tar.gz upstream-d3a8609c68ddf9e90dc12e6d16f6884ba4d759c3.tar.bz2 upstream-d3a8609c68ddf9e90dc12e6d16f6884ba4d759c3.zip |
netifd: update to the latest version, fixes a race condition with renew/setup
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41831 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 92d6d64241..62d64e5c68 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-25 +PKG_VERSION:=2014-07-26 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:=e46cbd2f89f0be8e4a2423c065cf6b2e6ebcfea3 +PKG_SOURCE_VERSION:=c430d3278b91369204c83cd135673a5d5cded699 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |