summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas2025-12-17 14:28:40 +0000
committerÁlvaro Fernández Rojas2025-12-17 22:37:32 +0000
commit68e2095a8b1809c4ce5d45b1d88f4222b9da8bd5 (patch)
treee30f1138e606d5343ce85a46a056ad723bb36009
parentda669004efe3192dd9fca51043b4f03263dfcbd8 (diff)
downloadopenwrt-68e2095a8b1809c4ce5d45b1d88f4222b9da8bd5.tar.gz
odhcp6c: update to 25.12 Git HEAD (2025-12-17)
2582843959a7 dhcpv6: fix NA/PD=try when NA/PD aren't provided db6bec98ead1 odhcp6c: fix "-S" usage b9ab6b6abc64 odhcp6c: reset res variable on INIT state https://github.com/openwrt/odhcp6c/compare/5212a1019d75...2582843959a7 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r--package/network/ipv6/odhcp6c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index e36e51d6b6..78f3d5ceb6 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-12-09
-PKG_SOURCE_VERSION:=5212a1019d75db47a03c95c12e385e4625dda3d0
-PKG_MIRROR_HASH:=9c6501ea995c685e4e1b65ae74cbaecb6f787a493fdd5f8d3d095aeb0466b418
+PKG_SOURCE_DATE:=2025-12-17
+PKG_SOURCE_VERSION:=2582843959a7fdfd962a3f005cbd09475ed186bb
+PKG_MIRROR_HASH:=fca98c3d3d02a5e97b99eb3ccb75671afd8774c8193d22ee1318587b6d9ee138
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE:=GPL-2.0