mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
22 lines
631 B
Makefile
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))
|