From: Christian Marangi Date: Tue, 14 Mar 2023 21:57:24 +0000 (+0100) Subject: odhcpd: bump to latest git HEAD X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d2fc620d0a5e0287aa8d60fb10f5d5f590f571f2;p=openwrt%2Fstaging%2Fldir.git 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 --- 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 PKG_LICENSE:=GPL-2.0