mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: ptxdist@pengutronix.de
Cc: Ian Abbott <abbotti@mev.co.uk>
Subject: [ptxdist] [PATCH] mtd-utils: Fix mount.ubifs dependencies
Date: Fri, 17 May 2024 17:13:37 +0100	[thread overview]
Message-ID: <20240517161337.423934-1-abbotti@mev.co.uk> (raw)

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 <abbotti@mev.co.uk>
---
 rules/mtd-utils.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index 8cc55caba..00dba7c1d 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.
 
-- 
2.43.0




             reply	other threads:[~2024-05-17 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 16:13 Ian Abbott [this message]
2024-05-31  6:08 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240517161337.423934-1-abbotti@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox