mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
mdadm: also install mdmon
This commit adjusts the mdadm package to also install the mdmon utility, which is used to "monitor MD external metadata arrays". It adds ~250 KB to the installed size: -rwxr-xr-x 1 thomas thomas 446064 Oct 14 21:55 mdadm -rwxr-xr-x 1 thomas thomas 244672 Oct 14 21:55 mdmon Fixes bug #11376. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0500d1a67a
commit
45498bbc62
@@ -16,13 +16,13 @@ define MDADM_BUILD_CMDS
|
|||||||
CFLAGS="$(TARGET_CFLAGS) -DNO_COROSYNC -DNO_DLM" \
|
CFLAGS="$(TARGET_CFLAGS) -DNO_COROSYNC -DNO_DLM" \
|
||||||
CPPFLAGS="$(TARGET_CPPFLAGS) -DBINDIR=\\\"/sbin\\\"" \
|
CPPFLAGS="$(TARGET_CPPFLAGS) -DBINDIR=\\\"/sbin\\\"" \
|
||||||
CHECK_RUN_DIR=0 \
|
CHECK_RUN_DIR=0 \
|
||||||
mdadm
|
mdadm mdmon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MDADM_INSTALL_TARGET_CMDS
|
define MDADM_INSTALL_TARGET_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||||
DESTDIR=$(TARGET_DIR) \
|
DESTDIR=$(TARGET_DIR) \
|
||||||
install-mdadm
|
install-mdadm install-mdmon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user