disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on...
[openwrt-10.03/.git] / target / linux / au1000 / patches / 012-mtx1_cmdline.patch
1 --- a/arch/mips/au1000/mtx-1/init.c
2 +++ b/arch/mips/au1000/mtx-1/init.c
3 @@ -54,7 +54,7 @@
4         prom_argv = (char **) fw_arg1;
5         prom_envp = (char **) fw_arg2;
6  
7 -       prom_init_cmdline();
8 +       strcpy(arcs_cmdline, CONFIG_CMDLINE);
9  
10         memsize_str = prom_getenv("memsize");
11         if (!memsize_str)