busybox: Disable busybox shadow support for Angstrom
authorSteffen Sledz <sledz@dresearch.de>
Fri, 21 Nov 2008 11:55:10 +0000 (12:55 +0100)
committerSteffen Sledz <sledz@dresearch.de>
Fri, 21 Nov 2008 12:12:05 +0000 (13:12 +0100)
* 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

index f3130ca..eb94a82 100644 (file)
@@ -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