util-linux: enable mount/umount programs

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-01-08 12:04:17 +01:00
parent f9912abf33
commit 3e783b03ac

View File

@ -55,7 +55,8 @@ PKG_CONFIGURE_OPTS_TARGET="${UTILLINUX_CONFIG_DEFAULT} \
--enable-fstrim \
--enable-blkid \
--enable-lscpu \
--enable-lsfd"
--enable-lsfd \
--enable-mount"
if [ "${SWAP_SUPPORT}" = "yes" ]; then
PKG_CONFIGURE_OPTS_TARGET+=" --enable-swapon"