From: Steven Barth <cyrus@openwrt.org>
Date: Mon, 18 Mar 2013 07:24:49 +0000 (+0000)
Subject: odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for investig... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3ebdd3b330f31e3e98629e534a928af84136de1f;p=openwrt%2Fstaging%2Fzorun.git

odhcp6c: fix preference handling, custom client-ID * thanks to mbidewell for investigating

SVN-Revision: 36083
---

diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index f1509f7021..fbb0c84309 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcp6c
-PKG_VERSION:=2013-03-08
+PKG_VERSION:=2013-03-18
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=git://github.com/sbyx/odhcp6c.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=e8b07f018cbdf8f2a08f93af46904e7ffb9eb123
+PKG_SOURCE_VERSION:=82e0235c10dda8b9baeb06b6383bec1f43bb61a2
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
 
 include $(INCLUDE_DIR)/package.mk