mirror of https://github.com/hak5/openwrt.git
odhcpd: update to latest git HEAD
1f01299 config: fix build failure in case DHCPv4 support is disabled 67b3a14 dhcpv4: fix assignment of requested IP address ca8ba91 dhcp: rework static lease logic 36833ea dhcpv6: rapid commit support 1ae316e dhcpv6: fix parsing of DHCPv6 relay messages 80157e1 dhcpv4: fix compile issue 671ccaa dhcpv6-ia: move function definitions to odhcpd.h 0db69b0 dhcpv6: improve code readibility 7847b27 treewide: unify dhcpv6 and dhcpv4 assignments a54cee0 netlink: rework handling of netlink messages 9f25dd8 treewide: use avl tree to store interfaces f21a0a7 treewide: align syslog tracing edc5fb0 dhcpv6-ia: add full CONFIRM support 9d6eadf dhcpv6-ia: rework append_reply() Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>openwrt-19.07
parent
d0b45962ef
commit
331963717b
|
@ -12,9 +12,9 @@ PKG_RELEASE:=3
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
|
||||
PKG_SOURCE_DATE:=2019-01-16
|
||||
PKG_SOURCE_VERSION:=0a36768064ee2869a747446ed8b9d89121ecc1f1
|
||||
PKG_MIRROR_HASH:=119da62ab4c9a4a5954ef9005d84f3de18d0b774bb557ed4f78f90bb82ec18d1
|
||||
PKG_SOURCE_DATE:=2019-02-18
|
||||
PKG_SOURCE_VERSION:=1f01299c677653cf6d67c82c2df7b7e028508876
|
||||
PKG_MIRROR_HASH:=1b79e2f8feac939eba909e1fb137d17576ec9ef81406f87f6164bbab2fac1628
|
||||
|
||||
PKG_MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
|
Loading…
Reference in New Issue