aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-01-17 08:29:01 +0000
committerSteven Barth <cyrus@openwrt.org>2013-01-17 08:29:01 +0000
commit66fa83d21111da337da2134eca81e288fa996dc6 (patch)
tree3b1e26b976b63e5db3f72caa65691b8e44765738 /package
parent73875c1215016a9b24024b932d41fa5ba6aabb2b (diff)
downloadupstream-66fa83d21111da337da2134eca81e288fa996dc6.tar.gz
upstream-66fa83d21111da337da2134eca81e288fa996dc6.tar.bz2
upstream-66fa83d21111da337da2134eca81e288fa996dc6.zip
odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 behaviour over PPP and similar
SVN-Revision: 35189
Diffstat (limited to 'package')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 1a3296d36c..17c6bae98f 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-01-13
+PKG_VERSION:=2013-01-17
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:=ee149f5fe141ca6c34d562e26ab7300a644ee7b0
+PKG_SOURCE_VERSION:=43a052c9a684c1475aca444722fbefd127325aa7
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
include $(INCLUDE_DIR)/package.mk