diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:59 +0000 |
commit | dfd8fe4f2d1b6181e97f123c109b11ef00b95379 (patch) | |
tree | 9572a1c187da49a631ce8c9b81af3a460f26c511 | |
parent | 209682186d3e93a26a6fddebf6b333d24d821507 (diff) | |
download | master-187ad058-dfd8fe4f2d1b6181e97f123c109b11ef00b95379.tar.gz master-187ad058-dfd8fe4f2d1b6181e97f123c109b11ef00b95379.tar.bz2 master-187ad058-dfd8fe4f2d1b6181e97f123c109b11ef00b95379.zip |
[ramips] there is no ttyS1 console
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36171 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |