From 9611fd600bbc2e6458c3a7bad1ca651b34940cc6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Mar 2009 21:59:43 +0000 Subject: target/generic: add kconfig for serial getty config (port + baudrate) These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do. --- target/generic/target_busybox_skeleton/etc/inittab | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/generic/target_busybox_skeleton') diff --git a/target/generic/target_busybox_skeleton/etc/inittab b/target/generic/target_busybox_skeleton/etc/inittab index fc59c6ba2..7c7bf7a5a 100644 --- a/target/generic/target_busybox_skeleton/etc/inittab +++ b/target/generic/target_busybox_skeleton/etc/inittab @@ -32,10 +32,9 @@ # Set up a couple of getty's tty1::respawn:/sbin/getty 38400 tty1 tty2::respawn:/sbin/getty 38400 tty2 -#ttyAMA0::respawn:/sbin/getty -L ttyAMA0 115200 vt100 # Put a getty on the serial port -#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 +#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL # Logging junk null::sysinit:/bin/touch /var/log/messages -- cgit v1.2.3