diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 16:57:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-29 16:57:30 +0000 |
commit | 1a172204bd90450dbc607c3b5c4f9a6e828f5673 (patch) | |
tree | a1dba9e755b7c68e03148540a985e772ed998364 /sub/busybox/host-full-config | |
parent | 3460e76ca35650d0c8ac85a397a1661047a3b109 (diff) | |
download | lh-bootstrap-1a172204bd90450dbc607c3b5c4f9a6e828f5673.tar.xz |
Small incremental build fixes (39)
Diffstat (limited to 'sub/busybox/host-full-config')
-rw-r--r-- | sub/busybox/host-full-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/busybox/host-full-config b/sub/busybox/host-full-config index 1616da0..6c921c6 100644 --- a/sub/busybox/host-full-config +++ b/sub/busybox/host-full-config @@ -525,8 +525,8 @@ CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="" # CONFIG_DELUSER is not set # CONFIG_DELGROUP is not set # CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set -# CONFIG_GETTY is not set -# CONFIG_LOGIN is not set +CONFIG_GETTY=y +CONFIG_LOGIN=y # CONFIG_LOGIN_SESSION_AS_CHILD is not set # CONFIG_LOGIN_SCRIPTS is not set # CONFIG_FEATURE_NOLOGIN is not set |