diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-13 18:06:24 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-13 18:06:24 +0000 |
commit | 0cd21ca7859500f7045013dfecba9427c5f0b22a (patch) | |
tree | 64a9163461cd988cf99b8eee5f616607523fd907 /package/network/ipv6/odhcp6c/Makefile | |
parent | f0df2006af4b7d365c313f6028addc80467cb10f (diff) | |
download | upstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.tar.gz upstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.tar.bz2 upstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.zip |
odhcp6c: Send RS on start
SVN-Revision: 35137
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r-- | package/network/ipv6/odhcp6c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index f97e6ac2ac..1a3296d36c 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-01-11 +PKG_VERSION:=2013-01-13 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |