From: cyrus Date: Tue, 17 Jun 2014 07:59:15 +0000 (+0000) Subject: odhcpd: also honor leasetime for dhcpv6 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a72dc276c484b6ed781553c96c7d35321ff90333;p=openwrt.git odhcpd: also honor leasetime for dhcpv6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41226 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index b2fb24c632..c1f3e7a711 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -15,7 +15,7 @@ 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:=ec3320078c11474b8ea48225f330c15d9471e312 +PKG_SOURCE_VERSION:=72082d2f6c2ee568470575c09ba4984f1a5c44f0 PKG_MAINTAINER:=Steven Barth