diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 15:01:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 15:01:17 +0000 |
commit | f4c316f265774373e166b33c3d357d9c8e886c90 (patch) | |
tree | 7b35e76758ebab7bf57e8ee0b4328c174db72b8b /target/generic/target_busybox_skeleton/etc/inittab | |
parent | 6b8f65a67f5bba9ff7f73b0079b7c119dd6da2ce (diff) | |
download | buildroot-novena-f4c316f265774373e166b33c3d357d9c8e886c90.tar.gz buildroot-novena-f4c316f265774373e166b33c3d357d9c8e886c90.zip |
- update ARM integrator sample and add a "huge" variant of the same
Diffstat (limited to 'target/generic/target_busybox_skeleton/etc/inittab')
-rw-r--r-- | target/generic/target_busybox_skeleton/etc/inittab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/generic/target_busybox_skeleton/etc/inittab b/target/generic/target_busybox_skeleton/etc/inittab index bb183059f..fc59c6ba2 100644 --- a/target/generic/target_busybox_skeleton/etc/inittab +++ b/target/generic/target_busybox_skeleton/etc/inittab @@ -32,6 +32,7 @@ # 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 |