minicom only needs /var/lock to be present. ROOTFS should always be
enabled anyways, so no need to depend on it – otherwise, minicom will
always be rebuilt after the rootfs is rebuild, which often happens e.g.
when the Git hash changes.

Fixes: 8f259a6e887248160a01 (2021-05-24, "minicom: version bump 2.6.2. -> 2.8")
Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 rules/minicom.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/minicom.in b/rules/minicom.in
index d3580bda069a..abbb15252822 100644
--- a/rules/minicom.in
+++ b/rules/minicom.in
@@ -4,7 +4,6 @@ menuconfig MINICOM
        tristate
        prompt "minicom                       "
        select NCURSES
-       select ROOTFS
        select ROOTFS_VAR_LOCK
        select CKERMIT                  if MINICOM_KERMIT
         help
-- 
2.29.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to