From e58f3f515fe3555d2f82569e37454c7ba067001c Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 14 Nov 2016 12:19:39 +0100 Subject: odhcpd: Add reload support odhcpd daemon has hitless config reload support by means of the sighup signal; add reload_service function which uses sighup signal to reload the config Signed-off-by: Hans Dedecker --- package/network/services/odhcpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/odhcpd/Makefile') diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index e049e924b5..0647ec9cfc 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2016-09-22 +PKG_VERSION:=2016-11-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -- cgit v1.2.3