From: Hauke Mehrtens Date: Wed, 1 Jul 2026 21:10:44 +0000 (+0200) Subject: odhcp6c: Increase PKG_RELEASE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b370c5097d62e7adb8bb94acdbc9b682f3bf75f;p=thirdparty%2Fopenwrt.git odhcp6c: Increase PKG_RELEASE Indicate that there are some changes. This should make sure that the package gets updated. Fixes: 257aee0cc030 ("scripts: dhcpv6: don't report custom ip6class if default") Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index eddb1858d01..480c3e44d7d 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git