diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-01-30 11:38:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-01-30 11:38:46 +0000 |
commit | 8bf0df99771f6088867cebd7e4eed61dfb387454 (patch) | |
tree | 515920e6e540dc950f0e1a065239143d216ccf4f /target/linux/ppc44x/base-files/etc/inittab | |
parent | 3a4b459fbf96833ce5afcdfec630b290c1e9b9da (diff) | |
download | upstream-8bf0df99771f6088867cebd7e4eed61dfb387454.tar.gz upstream-8bf0df99771f6088867cebd7e4eed61dfb387454.tar.bz2 upstream-8bf0df99771f6088867cebd7e4eed61dfb387454.zip |
upgrade ppc44x to 2.6.28.2, add basic support for the AMCC Canyonlands
SVN-Revision: 14280
Diffstat (limited to 'target/linux/ppc44x/base-files/etc/inittab')
-rw-r--r-- | target/linux/ppc44x/base-files/etc/inittab | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ppc44x/base-files/etc/inittab b/target/linux/ppc44x/base-files/etc/inittab index 859dc530ce..7989a7f60e 100644 --- a/target/linux/ppc44x/base-files/etc/inittab +++ b/target/linux/ppc44x/base-files/etc/inittab @@ -1,5 +1,4 @@ ::sysinit:/etc/init.d/rcS S boot ::shutdown:/etc/init.d/rcS K stop -tts/0::askfirst:/bin/ash --login +ttyS0::askfirst:/bin/ash --login ttyS1::askfirst:/bin/ash --login -tty1::askfirst:/bin/ash --login |