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)
commita246e32c0d554bcddad0860d89e122d3298adb46
tree3b673abc1650c1c731777e1d9c03c51ed57e938d
parentfa0ed4d09c5ba40e2945cae6d19249cb270e7778
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31556 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/image/Makefile