From: Andreas Schmidt <mail@schmidt-andreas.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] rootfs: fix select busybox feature shadow/passwords
Date: Wed, 7 Feb 2018 21:48:33 +0100 [thread overview]
Message-ID: <20180207204833.28182-1-mail@schmidt-andreas.de> (raw)
Avoid warning if ptxdist will build without busybox
but with rootfs.
Signed-off-by: Andreas Schmidt <mail@schmidt-andreas.de>
---
rules/rootfs.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/rootfs.in b/rules/rootfs.in
index 8a7e9e290..91cec794e 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -8,7 +8,7 @@ config ROOTFS
bool
prompt "Create Directories in /"
default y
- select BUSYBOX_FEATURE_SHADOWPASSWDS if ROOTFS_SHADOW
+ select BUSYBOX_FEATURE_SHADOWPASSWDS if ROOTFS_SHADOW && BUSYBOX
select HOST_FIGLET if ROOTFS_ISSUE
help
In order to support a standard root filesystem some subdirectories are
--
2.16.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2018-02-07 20:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-07 20:48 Andreas Schmidt [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-02-07 20:41 Andreas Schmidt
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=20180207204833.28182-1-mail@schmidt-andreas.de \
--to=mail@schmidt-andreas.de \
--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