[oe-commits] Steffen Sledz : busybox: Disable busybox shadow support for Angstrom

GIT User account git at amethyst.openembedded.net
Fri Nov 21 12:13:01 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4339d706baf166732d6b7d3b2bedb0c54ce76cbf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4339d706baf166732d6b7d3b2bedb0c54ce76cbf

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Fri Nov 21 12:55:10 2008 +0100

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/busybox/busybox-1.11.3/angstrom/defconfig b/packages/busybox/busybox-1.11.3/angstrom/defconfig
index f3130ca..eb94a82 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





More information about the Openembedded-commits mailing list