ramips: Make serial console for DIR-300-B1 work again
authorGabor Juhos <juhosg@openwrt.org>
Wed, 2 May 2012 19:17:58 +0000 (19:17 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 2 May 2012 19:17:58 +0000 (19:17 +0000)
commit90e99b9fe893f829e5266ad53ece428ea2f56ccf
tree926b8addf3df7c5ded793a11f560f831f78314ab
parentfb280621829e047c8aa72f64dc1910c398fa52d1
ramips: Make serial console for DIR-300-B1 work again

Make serial console for DIR-300-B1 work again.

With some recent change, "console=ttyS1,57600" was removed from the
default kernel command line, this adds the necessary mkcmdline
incantation to image/Makefile to add it there for this target.
This is quite likely broken for other targets as well.

Without this the console switches to ttyS0 instead of ttyS1 and
kernel output is missing, and the userspace comes up with 9600 baud
instead of 57600.

Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de>
SVN-Revision: 31556
target/linux/ramips/image/Makefile