summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2012-01-23 10:07:14 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2012-01-25 14:54:08 +0100
commit2164355ba879e7b51a226e51fbe4d08e07edc299 (patch)
tree450ae66412d76322caa18d8f9b567bad7298ea1f
parentbfaaba8b8c0bc9252632515716cf9b3cc413cd5a (diff)
downloadptxdist-2164355ba879e7b51a226e51fbe4d08e07edc299.tar.gz
ptxdist-2164355ba879e7b51a226e51fbe4d08e07edc299.tar.xz
rootfs.in: only select busybox shadow password if using bbinit
Otherwise creating the basic directories in the rootfs automatically turns on shadow support in busybox. This patch allows to build busybox without shadow support, which might be handy for really small systems. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/rootfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index ae65187db..350f0c25b 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 BUSYBOX
+ select BUSYBOX_FEATURE_SHADOWPASSWDS if ROOTFS_SHADOW
select HOST_FIGLET if ROOTFS_ISSUE
help
In order to support a standard root filesystem some subdirectories are