diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-21 04:25:36 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-21 04:25:36 +0000 |
commit | 3f6151e5fa6726471101e9e6a0916a6780ad97a5 (patch) | |
tree | e72351ebbfcf88449104dfc11c5e729f35cd6482 /target/linux | |
parent | 2b63a6b15a513b0ac2fde6fc2697161250eb18e1 (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/openwrt@1965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/package/openwrt/files/brcm-2.6/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/package/openwrt/files/brcm-2.6/etc/inittab b/target/linux/package/openwrt/files/brcm-2.6/etc/inittab new file mode 100644 index 000000000..3cbbe5af2 --- /dev/null +++ b/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 |