aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/odhcpd
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-03-30 08:53:22 +0000
committerSteven Barth <steven@midlink.org>2015-03-30 08:53:22 +0000
commit9fbf84c94e445668f25140215699901fba171640 (patch)
tree2580385aefeaa99979505aaa8b8a2a3e5e563269 /package/network/services/odhcpd
parentfbe1ecc0ec8dba8a306317fe506ef4a7f8f43818 (diff)
downloadmaster-187ad058-9fbf84c94e445668f25140215699901fba171640.tar.gz
master-187ad058-9fbf84c94e445668f25140215699901fba171640.tar.bz2
master-187ad058-9fbf84c94e445668f25140215699901fba171640.zip
odhcpd: fix default dhcpv6 behavior for non-/64
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/odhcpd')
-rw-r--r--package/network/services/odhcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 3998ae52ee..b77918a513 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2015-03-30
+PKG_VERSION:=2015-03-31
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/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=bc14cf3779925eadefbced51b70bc6f90b90a79e
+PKG_SOURCE_VERSION:=3b4e6d19b7ce0953efcd6d1c545b031b73e0ab6e
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0