mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
b10768476f
Some platforms have their console on other ports than ttyS0, so allow the developer to tailor this on bespoke platform images. Fixes issue #13401. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
::sysinit:/etc/init.d/rcS S boot
|
|
::shutdown:/etc/init.d/rcS K shutdown
|
|
ttyAMA0::askfirst:/usr/libexec/login.sh
|
|
@GRUB_SERIAL@::askfirst:/usr/libexec/login.sh
|
|
tty0::askfirst:/usr/libexec/login.sh
|
|
hvc0::askfirst:/usr/libexec/login.sh
|
|
ttymxc0::askfirst:/usr/libexec/login.sh
|
|
ttymxc1::askfirst:/usr/libexec/login.sh
|
|
ttymxc2::askfirst:/usr/libexec/login.sh
|