1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 16:41:59 +02:00

ignore the bootloader's commandline on orion

SVN-Revision: 11591
This commit is contained in:
Imre Kaloz 2008-06-27 18:15:46 +00:00
parent 88dcf36525
commit 5553c4da8c

@ -0,0 +1,11 @@
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -719,7 +719,7 @@
static int __init parse_tag_cmdline(const struct tag *tag)
{
- strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
+// strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
return 0;
}