diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-13 00:30:49 +0100 |
commit | b6a5c9e0b1ed79e56e7dc8b3a0b2a61856fda576 (patch) | |
tree | 622172c6d4fba89038c9f92d12085fce72268259 /target/alix/files/etc/inittab | |
parent | 4129680028eaddf98219126f787b08551bbf7088 (diff) |
unify alix support
add hardware profiles for 3 alix boards, but use the same toolchain
for all of them. This is just better for maintenance purpose.
delete old targets.
Diffstat (limited to 'target/alix/files/etc/inittab')
-rw-r--r-- | target/alix/files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/alix/files/etc/inittab b/target/alix/files/etc/inittab new file mode 100644 index 000000000..e6db98239 --- /dev/null +++ b/target/alix/files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS +::shutdown:/etc/init.d/rcK +ttyS0::respawn:/sbin/getty -i -L ttyS0 115200 vt100 +tty0::askfirst:/sbin/getty -i -L tty0 115200 vt100 |