From: Michael Heimpold Date: Mon, 4 Nov 2019 23:39:41 +0000 (+0100) Subject: mxs: switch to askconsole X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a5fd2fa85b97e262d765f14ac02f5e04c927ca2;p=openwrt%2Fstaging%2Fneocturne.git mxs: switch to askconsole Remove the dedicated tty name and use askconsole to spawn the console on serial debug uart. Signed-off-by: Michael Heimpold --- diff --git a/target/linux/mxs/base-files/etc/inittab b/target/linux/mxs/base-files/etc/inittab index 9991ac4909..9820e7144b 100644 --- a/target/linux/mxs/base-files/etc/inittab +++ b/target/linux/mxs/base-files/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS S boot ::shutdown:/etc/init.d/rcS K shutdown -ttyAMA0::askfirst:/usr/libexec/login.sh +::askconsole:/usr/libexec/login.sh