Avoid the usual file clash with ubirename from busybox and ubirename
from mtd-utils.

Signed-off-by: Bernhard Walle <bernh...@bwalle.de>
---
 rules/mtd-utils.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index ad9c0d916..4d76f5c68 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -283,9 +283,13 @@ comment "busybox' ubimkvol is selected!"
 config MTD_UTILS_UBIRENAME
        bool
        prompt "ubirename"
+       depends on !BUSYBOX_UBIRENAME || ALLYES
        help
          Rename a volume on a UBI device
 
+comment "busybox' ubirename is selected!"
+       depends on BUSYBOX_UBIRENAME
+
 config MTD_UTILS_UBIRSVOL
        bool
        prompt "ubirsvol"
-- 
2.12.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to