From 4339d706baf166732d6b7d3b2bedb0c54ce76cbf Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Fri, 21 Nov 2008 12:55:10 +0100 Subject: 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). --- packages/busybox/busybox-1.11.3/angstrom/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/busybox/busybox-1.11.3/angstrom') 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 -- cgit v1.2.3