initial buildroot for linux 5.15
This commit is contained in:
@@ -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://git.openwrt.org/project/odhcp6c.git
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 7274a304016838483e2da48193309e5f84ca0a8a407647033283d1249eebe986 odhcp6c-53f07e90b7f1da6977143a488dd5cb73a33b233b-br1.tar.gz
|
||||
sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING
|
||||
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
#
|
||||
# odhcp6c
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ODHCP6C_VERSION = 53f07e90b7f1da6977143a488dd5cb73a33b233b
|
||||
ODHCP6C_SITE = https://git.openwrt.org/project/odhcp6c.git
|
||||
ODHCP6C_SITE_METHOD = git
|
||||
ODHCP6C_LICENSE = GPL-2.0
|
||||
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
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUBOX),y)
|
||||
ODHCP6C_CONF_OPTS += -DUSE_LIBUBOX=1
|
||||
ODHCP6C_DEPENDENCIES += libubox
|
||||
else
|
||||
ODHCP6C_CONF_OPTS += -DUSE_LIBUBOX=0
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user