3ab48fa1e2
The autobuilders did not catch the error yet because they failed earlier with other packages, but I am continuing the build using the defconfig from: http://autobuild.buildroot.net/results/6cc/6cc0f8c067e07deea688b9b97284601a596b898c/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
575 B
Makefile
20 lines
575 B
Makefile
################################################################################
|
|
#
|
|
# odhcp6c
|
|
#
|
|
################################################################################
|
|
|
|
ODHCP6C_VERSION = dc186d6d2b0dd4ad23ca5fc69c00e81f796ff6d9
|
|
ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
|
|
ODHCP6C_LICENSE = GPLv2
|
|
ODHCP6C_LICENSE_FILES = COPYING
|
|
|
|
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))
|