ead: use the new pcap features and the raw socket optimization to eliminate most...
[openwrt/openwrt.git] / target / linux / rdc / patches-2.6.27 / 002-cmdline_setup.patch
1 --- a/arch/x86/kernel/setup.c 2009-04-24 11:37:41.000000000 +0200
2 +++ b/arch/x86/kernel/setup.c 2009-04-24 11:38:43.000000000 +0200
3 @@ -701,6 +701,7 @@
4 bss_resource.start = virt_to_phys(&__bss_start);
5 bss_resource.end = virt_to_phys(&__bss_stop)-1;
6
7 + strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400");
8 strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
9 *cmdline_p = command_line;
10