From fe36dfd21317dcaf24e19dce5f0050bf915825ac Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 21 Jul 2014 21:57:15 +0000 Subject: [PATCH] odhcpd: fix typo in ubus integration (thanks Markus Stenberg) SVN-Revision: 41796 --- package/network/services/odhcpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 1f0cc9dbc0..14a91a9658 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:=2014-07-17 +PKG_VERSION:=2014-07-21 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:=d2b74369ddd2eaeef7d36baed53f709c98c490b0 +PKG_SOURCE_VERSION:=d167decf6d29cb39679f485d8b97ced815d5c8bb PKG_MAINTAINER:=Steven Barth -- 2.30.2