diff options
author | Steffen Sledz <sledz@dresearch.de> | 2008-11-21 12:55:10 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2008-11-21 13:12:05 +0100 |
commit | 4339d706baf166732d6b7d3b2bedb0c54ce76cbf (patch) | |
tree | 41ff83367b2d2e4446fcfc2367c71a5b1df9f7da /packages | |
parent | 6d113c418816d296214d7a4a08341c18cb44dbe0 (diff) |
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).
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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 |