sysvinit,dm8000: fix serial port
authorFelix Domke <tmbinc@2mac.waldobjekt.org>
Mon, 6 Jul 2009 13:53:08 +0000 (15:53 +0200)
committerFelix Domke <tmbinc@2mac.waldobjekt.org>
Mon, 6 Jul 2009 13:53:08 +0000 (15:53 +0200)
packages/sysvinit/sysvinit/dm8000/inittab
packages/sysvinit/sysvinit_2.86.bb

index d424332..c32d77f 100644 (file)
@@ -29,5 +29,4 @@ l6:6:wait:/etc/init.d/rc 6
 # Normally not reached, but fallthrough in case of emergency.
 z6:6:respawn:/sbin/sulogin
 
-S:5:respawn:/sbin/getty ttyS0 115200
-
+S:5:respawn:/sbin/getty tts/0 115200
index 6efc0af..815837d 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r28"
+PR = "r29"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.