summaryrefslogtreecommitdiff
path: root/target/lemote/files/etc/inittab
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-22 22:13:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-22 22:13:44 +0200
commit96404c63d3e2bd199c5faef8965f0e2886f0bb90 (patch)
treeaee46dc9bc3e6bdce728253fbd3d3f7c7565f986 /target/lemote/files/etc/inittab
parentf2eba903f8c420abf95de6af60e7793c7b8a88aa (diff)
make lemote boot with uClibc
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
Diffstat (limited to 'target/lemote/files/etc/inittab')
-rw-r--r--target/lemote/files/etc/inittab4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/lemote/files/etc/inittab b/target/lemote/files/etc/inittab
new file mode 100644
index 000000000..b6dd0bd3b
--- /dev/null
+++ b/target/lemote/files/etc/inittab
@@ -0,0 +1,4 @@
+::sysinit:/etc/init.d/rcS
+::shutdown:/etc/init.d/rcK
+tty::respawn:/sbin/getty -i -L tty 115200 vt100
+tty1::respawn:/sbin/getty -i -L tty1 115200 vt100