Browse Source

Add multipath-tools package to provide the following binaries to drive the Device Mapper multipathing driver:

multipath - Device mapper target autoconfig.
multipathd - Multipath daemon.
mpathpersist - Manages SCSI persistent reservations on dm multipath devices.
kpartx - Create device maps from partition tables.

Signed-off-by: MichaelZhuxx <michael.zhu@starfivetech.com>
MichaelZhuxx 1 year ago
parent
commit
98545d1bd3
2 changed files with 2 additions and 0 deletions
  1. 1 0
      conf/buildroot_initramfs_config
  2. 1 0
      conf/buildroot_rootfs_config

+ 1 - 0
conf/buildroot_initramfs_config

@@ -201,6 +201,7 @@ BR2_PACKAGE_SCREEN=y
 BR2_PACKAGE_ANDROID_TOOLS=y
 BR2_PACKAGE_HTOP=y
 BR2_PACKAGE_KMOD_TOOLS=y
+BR2_PACKAGE_MULTIPATH_TOOLS=y
 BR2_PACKAGE_UTIL_LINUX_MOUNT=y
 BR2_PACKAGE_WAVE511=y
 BR2_PACKAGE_WAVE420L=y

+ 1 - 0
conf/buildroot_rootfs_config

@@ -189,6 +189,7 @@ BR2_PACKAGE_WHICH=y
 BR2_PACKAGE_ANDROID_TOOLS=y
 BR2_PACKAGE_HTOP=y
 BR2_PACKAGE_KMOD_TOOLS=y
+BR2_PACKAGE_MULTIPATH_TOOLS=y
 BR2_PACKAGE_UTIL_LINUX_BINARIES=y
 BR2_PACKAGE_UTIL_LINUX_AGETTY=y
 BR2_PACKAGE_UTIL_LINUX_BFS=y