From 2982f950a6c8f5f7bf4aea62ae01677d943c1466 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 26 Sep 2019 13:27:48 -0700 Subject: [PATCH] isc-dhcp: fix confused description Originally https://github.com/openwrt/packages/pull/10044 Signed-off-by: Rosen Penev --- net/isc-dhcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 6f8a9455a..ec1ece144 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isc-dhcp UPSTREAM_NAME:=dhcp PKG_VERSION:=4.4.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE @@ -60,7 +60,7 @@ define Package/isc-dhcp-relay/description endef define Package/isc-dhcp-relay-ipv4/description -$(call Package/isc-dhcp-relay-ipv6/description) +$(call Package/isc-dhcp-relay/description) This package is compiled with IPv4 support only. endef