tools: install a fake empty ldconfig script to prevent the system ldconfig from messi...
[openwrt.git] / target / linux / ramips / patches-3.10 / 0218-rt2880-add-wmac-clock.patch
1 --- a/arch/mips/ralink/rt288x.c
2 +++ b/arch/mips/ralink/rt288x.c
3 @@ -52,7 +52,7 @@ static void rt288x_wdt_reset(void)
4  
5  void __init ralink_clk_init(void)
6  {
7 -       unsigned long cpu_rate;
8 +       unsigned long cpu_rate, wmac_rate = 40000000;
9         u32 t = rt_sysc_r32(SYSC_REG_SYSTEM_CONFIG);
10         t = ((t >> SYSTEM_CONFIG_CPUCLK_SHIFT) & SYSTEM_CONFIG_CPUCLK_MASK);
11  
12 @@ -77,6 +77,7 @@ void __init ralink_clk_init(void)
13         ralink_clk_add("300500.uart", cpu_rate / 2);
14         ralink_clk_add("300c00.uartlite", cpu_rate / 2);
15         ralink_clk_add("400000.ethernet", cpu_rate / 2);
16 +       ralink_clk_add("480000.wmac", wmac_rate);
17  }
18  
19  void __init ralink_of_remap(void)