Thanks, applied as e1af5832de50340289de0756e97067b1ea287183.

Michael

[sent from post-receive hook]

On Fri, 31 May 2024 08:08:36 +0200, Ian Abbott <abbo...@mev.co.uk> wrote:
> The mount.ubifs UBIFS mount helper script does not get installed unless
> mtd-utils is configured with `--with-ubifs`.  That is controlled by the
> PTXCONF_MTD_UTILS_UBIFS variable.  Make the PTXdist
> MTD_UTILS_UBIFS_MOUNTHELPER configuration option select the
> MTD_UTILS_UBIFS_UBIFS configuration option.  (Note: MTD_UTILS_UBIFS is
> currently only selected by MTD_UTILS_MKFS_UBIFS.)
> 
> Fixes: 9b9185a7696e ("mtd-utils: Add support for ubifs mount helper")
> Signed-off-by: Ian Abbott <abbo...@mev.co.uk>
> Message-Id: <20240517161337.423934-1-abbo...@mev.co.uk>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
> index 8cc55cabaac2..00dba7c1d458 100644
> --- a/rules/mtd-utils.in
> +++ b/rules/mtd-utils.in
> @@ -291,6 +291,7 @@ config MTD_UTILS_UBIFORMAT
>  config MTD_UTILS_UBIFS_MOUNTHELPER
>       bool
>       prompt "mount.ubifs"
> +     select MTD_UTILS_UBIFS
>       help
>         Simplifies attaching an ubi and mounting an ubifs via /etc/fstab.
>  

Reply via email to