From: Steffen Sledz Date: Fri, 21 Nov 2008 11:55:10 +0000 (+0100) Subject: busybox: Disable busybox shadow support for Angstrom X-Git-Tag: Release-2010-05/1~5122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4339d706baf166732d6b7d3b2bedb0c54ce76cbf;p=openembedded.git busybox: Disable busybox shadow support for Angstrom * Build busybox 1.11.3 without shadow support to avoid problems when calling the passwd command, because Angstrom does not install /etc/shadow (Bug 4808). --- diff --git a/packages/busybox/busybox-1.11.3/angstrom/defconfig b/packages/busybox/busybox-1.11.3/angstrom/defconfig index f3130caca8..eb94a8298e 100644 --- a/packages/busybox/busybox-1.11.3/angstrom/defconfig +++ b/packages/busybox/busybox-1.11.3/angstrom/defconfig @@ -386,7 +386,7 @@ CONFIG_HALT=y # # Login/Password Management Utilities # -CONFIG_FEATURE_SHADOWPASSWDS=y +# CONFIG_FEATURE_SHADOWPASSWDS is not set # CONFIG_USE_BB_PWD_GRP is not set # CONFIG_USE_BB_SHADOW is not set CONFIG_USE_BB_CRYPT=y