initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_DRBD_UTILS
|
||||
bool "drbd-utils"
|
||||
depends on BR2_USE_MMU # needs fork()
|
||||
help
|
||||
DRBD utilities to manage the DRBD kernel module.
|
||||
|
||||
http://oss.linbit.com/drbd/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 3827bfed6630f8784ec558a8ac3de68175d544876d897c0810ad141a61487cad drbd-utils-9.19.0.tar.gz
|
||||
sha256 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225 COPYING
|
||||
@@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
#
|
||||
# drbd-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DRBD_UTILS_VERSION = 9.19.0
|
||||
DRBD_UTILS_SITE = http://pkg.linbit.com/downloads/drbd/utils
|
||||
DRBD_UTILS_LICENSE = GPL-2.0+
|
||||
DRBD_UTILS_LICENSE_FILES = COPYING
|
||||
DRBD_UTILS_SELINUX_MODULES = drbd
|
||||
DRBD_UTILS_DEPENDENCIES = host-flex
|
||||
|
||||
DRBD_UTILS_CONF_OPTS = --with-distro=generic --without-manual
|
||||
|
||||
ifeq ($(BR2_INIT_SYSTEMD),y)
|
||||
DRBD_UTILS_CONF_OPTS += --with-initscripttype=systemd
|
||||
DRBD_UTILS_DEPENDENCIES += systemd
|
||||
else
|
||||
DRBD_UTILS_CONF_OPTS += --with-initscripttype=sysv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
|
||||
DRBD_UTILS_CONF_OPTS += --with-udev=yes
|
||||
DRBD_UTILS_DEPENDENCIES += udev
|
||||
else
|
||||
DRBD_UTILS_CONF_OPTS += --with-udev=no
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user