diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-15 07:38:54 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-15 07:38:54 +0000 |
commit | f08895d0e9771abf403325170cb5877f097c261b (patch) | |
tree | 6b032ea82d30a55bc786b2d5ac166e5c267ded2f /package | |
parent | d8e082c593b6933a8913824f06c487310e59e4a3 (diff) | |
download | upstream-f08895d0e9771abf403325170cb5877f097c261b.tar.gz upstream-f08895d0e9771abf403325170cb5877f097c261b.tar.bz2 upstream-f08895d0e9771abf403325170cb5877f097c261b.zip |
odhcpd: also unify router and DNS lifetimes
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46376
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/odhcpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index f490eb0e40..2ada6c4a15 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:=9f96f988e2c3a0519bef59535e15ad9c176aa254 +PKG_SOURCE_VERSION:=053ca41a841aa4a1b1ce86ce6ee9f4304cba7027 PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |