aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-24 09:29:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-24 09:29:36 +0000
commitb99e90cc77a1c344f8b4aedacf2bdcb65bb96884 (patch)
tree6a7c54e694cf89a99c0f86c3ac659c008a5efc49 /target/linux
parentc9e67430bd05e3ceaf675e143b73ca1e8fb16bfb (diff)
downloadupstream-b99e90cc77a1c344f8b4aedacf2bdcb65bb96884.tar.gz
upstream-b99e90cc77a1c344f8b4aedacf2bdcb65bb96884.tar.bz2
upstream-b99e90cc77a1c344f8b4aedacf2bdcb65bb96884.zip
[rdc] also override the default console settings, not all boards set it (e.g: RDC 8610 eval board)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch
index 99b54b72a2..934d36d67e 100644
--- a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch
+++ b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch
@@ -4,7 +4,7 @@
print_memory_map("user");
}
-+ strcat(boot_command_line, " init=/etc/preinit");
++ strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400");
strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
*cmdline_p = command_line;