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 | b3b8de33429424c3f2f7611554402d86e4d7ab00 (patch) | |
tree | 94183dfd881dd902480737e666f71813d5b8e666 /openwrt/target | |
parent | db773842ce9ec655298cdc412449e7ccb788917f (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')
-rw-r--r-- | openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/inittab | 4 |
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 |