diff options
author | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-02 11:38:36 +0000 |
---|---|---|
committer | cyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-02 11:38:36 +0000 |
commit | 0686033db104f8325c32ce9baea67818a6c592d4 (patch) | |
tree | 77acfd4a51f1923eeb478a287b070eb669f73d7f /package/network/ipv6/6relayd/Makefile | |
parent | 3328763a8d0abbcbcf79b5a91e6abbb0b55b3119 (diff) |
6relayd: try to workaround race condition at startup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6relayd/Makefile')
-rw-r--r-- | package/network/ipv6/6relayd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile index 6f3c173173..f3811a9530 100644 --- a/package/network/ipv6/6relayd/Makefile +++ b/package/network/ipv6/6relayd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6relayd -PKG_VERSION:=2013-10-21 +PKG_VERSION:=2013-10-21.1 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |