mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mtd-utils: Fix mount.ubifs dependencies
@ 2024-05-17 16:13 Ian Abbott
  2024-05-31  6:08 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Abbott @ 2024-05-17 16:13 UTC (permalink / raw)
  To: ptxdist; +Cc: Ian Abbott

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-31  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-17 16:13 [ptxdist] [PATCH] mtd-utils: Fix mount.ubifs dependencies Ian Abbott
2024-05-31  6:08 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox