diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-07-29 17:24:23 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-07-29 17:24:23 +0000 |
commit | 6a50e69b210b4643e6120a01ec85f41ea837fed5 (patch) | |
tree | 898645ce520d9108e6c8454c9e3d8475677444dc | |
parent | d5653558ac0044824974c7e73d349e4b2747e3ab (diff) | |
download | upstream-6a50e69b210b4643e6120a01ec85f41ea837fed5.tar.gz upstream-6a50e69b210b4643e6120a01ec85f41ea837fed5.tar.bz2 upstream-6a50e69b210b4643e6120a01ec85f41ea837fed5.zip |
netifd: more race condition fixes in proto-shell
SVN-Revision: 41887
-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 acbe759d7c..faf3e09df3 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-28 +PKG_VERSION:=2014-07-29 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:=7b81300f7329a7c815dc8543c1a50febddfa6632 +PKG_SOURCE_VERSION:=4bf89afc22b43d5bd155d32d3998348a77179c1a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= |