Files
buildroot/package/odhcp6c/odhcp6c.mk
Bernd Kuhls 92abb11ee4 package/odhcp6c: bump version to git 10a52220ae
f19dd37fb4...10a52220ae

Removed patches which are included in this release.

Please note that upstream committed
https://git.openwrt.org/project/odhcp6c/commit/?id=10a52220aec9d45803518d8cc4d63e552484ed61
instead of patch 0001.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-10 18:52:49 +02:00

22 lines
631 B
Makefile

################################################################################
#
# odhcp6c
#
################################################################################
ODHCP6C_VERSION = 10a52220aec9d45803518d8cc4d63e552484ed61
ODHCP6C_SITE = https://git.openwrt.org/project/odhcp6c.git
ODHCP6C_SITE_METHOD = git
ODHCP6C_LICENSE = GPL-2.0
ODHCP6C_LICENSE_FILES = COPYING
ODHCP6C_DEPENDENCIES = libubox
define ODHCP6C_INSTALL_SCRIPT
$(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
$(TARGET_DIR)/usr/sbin/odhcp6c-update
endef
ODHCP6C_POST_INSTALL_TARGET_HOOKS += ODHCP6C_INSTALL_SCRIPT
$(eval $(cmake-package))