summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-21 04:25:36 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-21 04:25:36 +0000
commitb3b8de33429424c3f2f7611554402d86e4d7ab00 (patch)
tree94183dfd881dd902480737e666f71813d5b8e666 /openwrt/target/linux
parentdb773842ce9ec655298cdc412449e7ccb788917f (diff)
start a shell only on 2.6 system on second serial device, reported by Peter Urbanec, triggers a bug on Asus WL500g deluxe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/inittab4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/inittab b/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/inittab
new file mode 100644
index 000000000..3cbbe5af2
--- /dev/null
+++ b/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/inittab
@@ -0,0 +1,4 @@
+::sysinit:/etc/init.d/rcS
+::shutdown:/sbin/halt
+tts/0::askfirst:/bin/ash --login
+tts/1::askfirst:/bin/ash --login