diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-28 20:33:27 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-28 20:33:27 +0000 |
commit | b9037feb2e9c8bb23858d7143f355e9564f2c9ac (patch) | |
tree | 379ea103b945efc98da246e61811d002fe82e399 /openwrt/package/base-files | |
parent | 01359a31212f55fa52c55972e003dda5893e4c2b (diff) |
add second tty to initab again. kernel patch verified to work on asus wl500gx.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1995 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files')
-rw-r--r-- | openwrt/package/base-files/default/etc/inittab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/etc/inittab b/openwrt/package/base-files/default/etc/inittab index aab2df9562..3cbbe5af27 100644 --- a/openwrt/package/base-files/default/etc/inittab +++ b/openwrt/package/base-files/default/etc/inittab @@ -1,3 +1,4 @@ ::sysinit:/etc/init.d/rcS ::shutdown:/sbin/halt tts/0::askfirst:/bin/ash --login +tts/1::askfirst:/bin/ash --login |