rtl8366: unify rtl8366s and rtl8366rb platform data
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-whr-g300n.c
index a8c171c..6313135 100644 (file)
@@ -63,7 +63,7 @@ static struct mtd_partition whr_g300n_partitions[] = {
                .offset = 0x3f0000,
                .size   = 0x010000,
        }, {
-               .name   = "openwrt",
+               .name   = "firmware",
                .offset = 0x050000,
                .size   = 0x3a0000,
        }
@@ -137,6 +137,7 @@ static void __init whr_g300n_init(void)
                                     ARRAY_SIZE(whr_g300n_gpio_buttons),
                                     whr_g300n_gpio_buttons);
        rt305x_register_wifi();
+       rt305x_register_wdt();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "WHR-G300N", "Buffalo WHR-G300N",
This page took 0.021692 seconds and 4 git commands to generate.