blob: 31867d721779bc0fd3697f57ce6376d3450dbe2a [file] [log] [blame]
Alexander Clouter4656f572015-02-02 16:39:27 +01001################################################################################
2#
3# odhcp6c
4#
5################################################################################
6
Bernd Kuhlsca711c12016-06-05 19:52:14 +02007ODHCP6C_VERSION = 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07
Alexander Clouter4656f572015-02-02 16:39:27 +01008ODHCP6C_SITE = $(call github,sbyx,odhcp6c,$(ODHCP6C_VERSION))
Rahul Bedarkaraf31c302017-03-30 19:13:32 +05309ODHCP6C_LICENSE = GPL-2.0
Alexander Clouter4656f572015-02-02 16:39:27 +010010ODHCP6C_LICENSE_FILES = COPYING
11
Peter Korsgaard899935b2015-02-24 17:29:08 +010012define ODHCP6C_INSTALL_SCRIPT
Jerzy Grzegorekc2c993c2015-06-18 08:10:21 +020013 $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
Peter Korsgaard899935b2015-02-24 17:29:08 +010014 $(TARGET_DIR)/usr/sbin/odhcp6c-update
15endef
16
17ODHCP6C_POST_INSTALL_TARGET_HOOKS += ODHCP6C_INSTALL_SCRIPT
18
Alexander Clouter4656f572015-02-02 16:39:27 +010019$(eval $(cmake-package))