mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
util-linux: enable agetty when LOCAL_LOGIN is defined
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
parent
b3f7a8667d
commit
2f159cc6e6
@ -59,6 +59,10 @@ PKG_CONFIGURE_OPTS_TARGET="${UTILLINUX_CONFIG_DEFAULT} \
|
||||
--enable-mount \
|
||||
--enable-nologin"
|
||||
|
||||
if [ "${LOCAL_LOGIN}" = "yes" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" --enable-agetty"
|
||||
fi
|
||||
|
||||
if [ "${SWAP_SUPPORT}" = "yes" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" --enable-swapon"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user