eglibc: add UTMPX support, needed by systemd

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-28 22:13:32 +02:00
parent c3535b6ba2
commit d93dd5e134

View File

@ -98,9 +98,9 @@ cat >option-groups.config <<EOF
# needed for PAM and Mysql: # needed for PAM and Mysql:
OPTION_EGLIBC_GETLOGIN = y OPTION_EGLIBC_GETLOGIN = y
# needed for dropbear: # needed for systemd and dropbear:
OPTION_EGLIBC_UTMP = y OPTION_EGLIBC_UTMP = y
OPTION_EGLIBC_UTMPX = n OPTION_EGLIBC_UTMPX = y
# debugging options: # debugging options:
$DEBUG_OPTIONS $DEBUG_OPTIONS