ramips: consistently use 'firmware' name for sysupgrade partitions
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / ralink / rt288x / mach-rt-n15.c
index d940a8724d3d5b800ccceb2920a3b62d917632ce..066667e7757d82595091c055bd6a4977514ffe9e 100644 (file)
@@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = {
                .offset = 0x100000,
                .size   = 0x300000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3b0000,
        }
@@ -135,6 +135,7 @@ static void __init rt_n15_init(void)
        rt288x_eth_data.tx_fc = 1;
        rt288x_eth_data.rx_fc = 1;
        rt288x_register_ethernet();
+       rt288x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_RT_N15, "RT-N15", "Asus RT-N15", rt_n15_init);