[openwrt/openwrt] odhcp6c: update to Git HEAD (2025-11-09)

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 10 14:52:16 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0c6fa6edce5c64e3f964071c3f35005916f25b9e

commit 0c6fa6edce5c64e3f964071c3f35005916f25b9e
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Nov 10 00:33:22 2025 +0100

    odhcp6c: update to Git HEAD (2025-11-09)
    
    17ef5f40d48a readme: rewrite in markdown
    0fcfe9166173 readme: document all environment options
    e3949977ca94 readme: update for prpl patch-set additions
    86544fa2b581 src: align SoftAtHome license headers format
    8bad7df9feb9 src: reorder includes alphabetically
    6d353ff96826 src: remove pragma once in headers
    f5684d570200 treewide: remove whitespaces at EOL
    e5cfea8f6ef8 src: add missing if/else braces
    a92f199d6b8d dhcpv6: potential bug fix for checking DHCPV6_OPT_STATUS
    9e414d41e16e readme: fix description string
    775e6c759cfd dhcpv6: return early upon success
    e5690c1f13ed treewide: Replace _unused with _o_unused
    
    This fixes the build on powerpc.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    Link: https://github.com/openwrt/openwrt/pull/20712
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 package/network/ipv6/odhcp6c/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 3d05324b5a..fdcd328e08 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git
-PKG_SOURCE_DATE:=2025-11-04
-PKG_SOURCE_VERSION:=b3e1db42b4dbb5f99705e4d1057ca49b44f4f5ee
-PKG_MIRROR_HASH:=37ddaf182eba190efc091d7b9c963e84dfe0537ce498ad4be1c268bea134782e
+PKG_SOURCE_DATE:=2025-11-09
+PKG_SOURCE_VERSION:=e5690c1f13ed3605ece68d870abb3c4a2f09d571
+PKG_MIRROR_HASH:=4dbf3980f8ac72f92f68c5dbac7179c28aab0e012a53162e0defbbf5959a9389
 PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0
 




More information about the lede-commits mailing list