update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/odhcp6c/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/odhcp6c/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_ODHCP6C
|
||||
bool "odhcp6c"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux
|
||||
systems, especially routers.
|
||||
|
||||
https://github.com/sbyx/odhcp6c
|
||||
2
bsp/buildroot-2017.02.11/package/odhcp6c/odhcp6c.hash
Normal file
2
bsp/buildroot-2017.02.11/package/odhcp6c/odhcp6c.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 d84a713010865215301b4186c7b5368c9f006e6d3b9b52b99bd25e2d9e7a1dfc odhcp6c-7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07.tar.gz
|
||||
19
bsp/buildroot-2017.02.11/package/odhcp6c/odhcp6c.mk
Normal file
19
bsp/buildroot-2017.02.11/package/odhcp6c/odhcp6c.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# odhcp6c
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ODHCP6C_VERSION = 7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07
|
||||
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))
|
||||
Reference in New Issue
Block a user