Thanks, applied as 4eba17ff2b3d478ef4cf25da2b1582d3c26d11ef.

Michael

[sent from post-receive hook]

On Fri, 21 Feb 2025 18:08:17 +0100, Christian Melki 
<[email protected]> wrote:
> This was originally v2 of the version bump but v1 was accidentally
> merged, so this is just the diff.
> 
> Signed-off-by: Christian Melki <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
> index 00dba7c1d458..ed470dcb4f63 100644
> --- a/rules/mtd-utils.in
> +++ b/rules/mtd-utils.in
> @@ -395,6 +395,13 @@ config MTD_UTILS_MKFS_UBIFS
>       help
>         Create ubifs filesystems
>  
> +config MTD_UTILS_FSCK_UBIFS
> +     bool
> +     prompt "fsck.ubifs"
> +     select MTD_UTILS_UBIFS
> +     help
> +       Check ubifs filesystems
> +
>  endif
>  
>  config MTD_UTILS_MTDINFO
> diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
> index 84989ace4d36..974075916b65 100644
> --- a/rules/mtd-utils.make
> +++ b/rules/mtd-utils.make
> @@ -262,6 +262,10 @@ ifdef PTXCONF_MTD_UTILS_MKFS_UBIFS
>       @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
>               /usr/sbin/mkfs.ubifs);
>  endif
> +ifdef PTXCONF_MTD_UTILS_FSCK_UBIFS
> +     @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
> +             /usr/sbin/fsck.ubifs);
> +endif
>  ifdef PTXCONF_MTD_UTILS_MTDINFO
>       @$(call install_copy, mtd-utils, 0, 0, 0755, -, \
>               /usr/sbin/mtdinfo)

Reply via email to