[rb532] add 2.6.28 patches and kernel config
[10.03/openwrt.git] / target / linux / rb532 / patches-2.6.28 / 007-cmdline_hack.patch
1 diff -urN linux-2.6.27.5/arch/mips/kernel/head.S linux-2.6.27.5.new/arch/mips/kernel/head.S
2 --- linux-2.6.27.5/arch/mips/kernel/head.S      2008-11-15 19:24:03.000000000 +0100
3 +++ linux-2.6.27.5.new/arch/mips/kernel/head.S  2008-11-15 19:24:55.000000000 +0100
4 @@ -123,6 +123,11 @@
5  
6         j kernel_entry
7         nop
8 +
9 +
10 +EXPORT(_image_cmdline)
11 +       .ascii "CMDLINE:"
12 +
13  #ifndef CONFIG_NO_EXCEPT_FILL
14         /*
15          * Reserved space for exception handlers.