Import buildroot 2016.02.01
This commit is contained in:
7
firmware/buildroot/package/drbd-utils/Config.in
Normal file
7
firmware/buildroot/package/drbd-utils/Config.in
Normal file
@@ -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/
|
||||
2
firmware/buildroot/package/drbd-utils/drbd-utils.hash
Normal file
2
firmware/buildroot/package/drbd-utils/drbd-utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 38929279d1bf549fd1ade4ce6773a6fe209db51bbb0efe7bf6d2b7871ba0afbc drbd-utils-8.9.4.tar.gz
|
||||
29
firmware/buildroot/package/drbd-utils/drbd-utils.mk
Normal file
29
firmware/buildroot/package/drbd-utils/drbd-utils.mk
Normal file
@@ -0,0 +1,29 @@
|
||||
################################################################################
|
||||
#
|
||||
# drbd-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DRBD_UTILS_VERSION = 8.9.4
|
||||
DRBD_UTILS_SITE = http://oss.linbit.com/drbd
|
||||
DRBD_UTILS_LICENSE = GPLv2+
|
||||
DRBD_UTILS_LICENSE_FILES = COPYING
|
||||
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
|
||||
DRDB_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
|
||||
DRDB_UTILS_DEPENDENCIES += udev
|
||||
else
|
||||
DRBD_UTILS_CONF_OPTS += --with-udev=no
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user