diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-01-15 21:00:20 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2021-01-15 21:10:22 -0700 |
commit | cf8526dbb2c719b0fdc7c0f5e233e7b107a4d916 (patch) | |
tree | e8a04414d668aecb4fefcc6c0ad1fcd06129c934 /net/isc-dhcp/Makefile | |
parent | 83d81616c5c5a2505fb171f1d97942baa3a83e63 (diff) |
isc-dhcp: support dynamic dns for 10/8 and 172.16/12
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'net/isc-dhcp/Makefile')
-rw-r--r-- | net/isc-dhcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 68c60e58a..e01b10eb9 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:=12 +PKG_RELEASE:=13 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE |