[openwrt/openwrt] odhcpd: bump to latest git HEAD

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 22 07:47:10 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d2fc620d0a5e0287aa8d60fb10f5d5f590f571f2

commit d2fc620d0a5e0287aa8d60fb10f5d5f590f571f2
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Tue Mar 14 22:57:24 2023 +0100

    odhcpd: bump to latest git HEAD
    
    7c0f603 router: skip RA and wait for LINK-LOCAL to be assigned
    ba30afc config: skip interface setup if interface not IFF_RUNNING
    06b111e Revert "odhcpd: Reduce error messages"
    90d6cc9 odhcpd: Reduce error messages
    
    Also drop AUTORELEASE since it got deprecated.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/network/services/odhcpd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 37280effbe..36d7a50aed 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcpd
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
-PKG_SOURCE_DATE:=2023-02-17
-PKG_SOURCE_VERSION:=edc5e1738682e764e64bcbffde1e0a1cc9feac21
-PKG_MIRROR_HASH:=4d8f630770bcf4594c8fc0a2ee34bc40ce8618cc46e76ae5c3629da2fea9e90b
+PKG_MIRROR_HASH:=a27ac6f006e6591487a2425adab0bf4c9975785e7d49120408d4e5c4ddb00d56
+PKG_SOURCE_DATE:=2023-03-22
+PKG_SOURCE_VERSION:=7c0f603abc1481ddabcdeae0eaaf72d5535ecefa
 
 PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list