* [ptxdist] [PATCH] rootfs: fix select busybox feature shadow/passwords
@ 2018-02-07 20:48 Andreas Schmidt
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schmidt @ 2018-02-07 20:48 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ptxdist] [PATCH] rootfs: fix select busybox feature shadow/passwords
@ 2018-02-07 20:41 Andreas Schmidt
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schmidt @ 2018-02-07 20:41 UTC (permalink / raw)
To: ptxdist
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-07 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-07 20:48 [ptxdist] [PATCH] rootfs: fix select busybox feature shadow/passwords Andreas Schmidt
-- strict thread matches above, loose matches on Subject: below --
2018-02-07 20:41 Andreas Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox