X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3e39b51297d963e7176afd8fa3072015abcdf657..baa5c31303a689b7289a427be231195542e9fa6c:/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c index 9de07d36b..2157ca7a7 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c @@ -31,7 +31,6 @@ #define FONERA20N_BUTTONS_POLL_INTERVAL 20 -#ifdef CONFIG_MTD_PARTITIONS static struct mtd_partition fonera20n_partitions[] = { { .name = "u-boot", @@ -57,18 +56,15 @@ static struct mtd_partition fonera20n_partitions[] = { .offset = 0x150000, .size = 0x6b0000, }, { - .name = "openwrt", + .name = "firmware", .offset = 0x050000, .size = 0x7b0000, } }; -#endif /* CONFIG_MTD_PARTITIONS */ static struct physmap_flash_data fonera20n_flash_data = { -#ifdef CONFIG_MTD_PARTITIONS .nr_parts = ARRAY_SIZE(fonera20n_partitions), .parts = fonera20n_partitions, -#endif }; static struct gpio_led fonera20n_leds_gpio[] __initdata = { @@ -118,8 +114,11 @@ static void __init fonera20n_init(void) ARRAY_SIZE(fonera20n_gpio_buttons), fonera20n_gpio_buttons); + rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_LLLLW; rt305x_register_ethernet(); rt305x_register_wifi(); + rt305x_register_wdt(); + rt305x_register_usb(); } MIPS_MACHINE(RAMIPS_MACH_FONERA20N, "FONERA20N", "La Fonera 2.0N",