diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 09:59:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 09:59:59 +0000 |
commit | f3643374c4c95c22d70e8d1d029f16bf23f9bb57 (patch) | |
tree | 186946b23e6bc35b3d0882ac351eec9393975518 | |
parent | 99e0ff11237f17c179957b1f2a4ca696bd42204b (diff) | |
download | upstream-f3643374c4c95c22d70e8d1d029f16bf23f9bb57.tar.gz upstream-f3643374c4c95c22d70e8d1d029f16bf23f9bb57.tar.bz2 upstream-f3643374c4c95c22d70e8d1d029f16bf23f9bb57.zip |
there is no ttyS1 console
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36171
-rw-r--r-- | target/linux/ramips/base-files/etc/inittab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/inittab b/target/linux/ramips/base-files/etc/inittab index 67c36a6a9e..870b3cc76d 100644 --- a/target/linux/ramips/base-files/etc/inittab +++ b/target/linux/ramips/base-files/etc/inittab @@ -1,4 +1,3 @@ ::sysinit:/etc/init.d/rcS S boot ::shutdown:/etc/init.d/rcS K shutdown ttyS0::askfirst:/bin/ash --login -ttyS1::askfirst:/bin/ash --login |