isc-dhcp: fix confused description
authorRosen Penev <redacted>
Thu, 26 Sep 2019 20:27:48 +0000 (13:27 -0700)
committerRosen Penev <redacted>
Thu, 26 Sep 2019 20:27:48 +0000 (13:27 -0700)
Originally https://github.com/openwrt/packages/pull/10044

Signed-off-by: Rosen Penev <redacted>
net/isc-dhcp/Makefile

index 6f8a9455aaedea2c353c6b08a2d4bead69fce875..ec1ece144818b96085b119d0c703071f22819a71 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT