* [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename
@ 2017-03-11 9:50 Bernhard Walle
2017-03-13 9:06 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Walle @ 2017-03-11 9:50 UTC (permalink / raw)
To: ptxdist; +Cc: Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename
from mtd-utils.
Signed-off-by: Bernhard Walle <bernhard@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename
2017-03-11 9:50 [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename Bernhard Walle
@ 2017-03-13 9:06 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2017-03-13 9:06 UTC (permalink / raw)
To: ptxdist
On Sat, Mar 11, 2017 at 10:50:35AM +0100, Bernhard Walle wrote:
> Avoid the usual file clash with ubirename from busybox and ubirename
> from mtd-utils.
>
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
Thanks, applied,
Michael
> ---
> 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
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename
2016-12-18 11:57 Bernhard Walle
@ 2017-01-04 16:35 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2017-01-04 16:35 UTC (permalink / raw)
To: ptxdist
On Sun, Dec 18, 2016 at 12:57:56PM +0100, Bernhard Walle wrote:
> Avoid the usual file clash with ubirename from busybox and ubirename
> from mtd-utils.
>
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
> ---
> rules/mtd-utils.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
> index ad9c0d916..898d7069f 100644
> --- a/rules/mtd-utils.in
> +++ b/rules/mtd-utils.in
> @@ -283,6 +283,7 @@ 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
There should be a 'comment ...' for this as well. Like all the others.
Michael
> --
> 2.11.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename
@ 2016-12-18 11:57 Bernhard Walle
2017-01-04 16:35 ` Michael Olbrich
0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Walle @ 2016-12-18 11:57 UTC (permalink / raw)
To: ptxdist; +Cc: Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename
from mtd-utils.
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
rules/mtd-utils.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index ad9c0d916..898d7069f 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -283,6 +283,7 @@ 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
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-13 9:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 9:50 [ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename Bernhard Walle
2017-03-13 9:06 ` Michael Olbrich
-- strict thread matches above, loose matches on Subject: below --
2016-12-18 11:57 Bernhard Walle
2017-01-04 16:35 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox