ramips: remove 'default [yn]' keywords from machine Kconfig entries
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / rt305x / mach-nw718.c
index 09f6dc4..61e4994 100644 (file)
@@ -129,6 +129,7 @@ static void __init nw718_init(void)
        rt305x_gpio_init(RT305X_GPIO_MODE_I2C |
                         RT305X_GPIO_MODE_GPIO << RT305X_GPIO_MODE_UART0_SHIFT);
 
+       rt305x_esw_data.vlan_config = RT305X_ESW_VLAN_CONFIG_LLLLW;
        rt305x_register_ethernet();
        ramips_register_gpio_leds(-1, ARRAY_SIZE(nw718_leds_gpio),
                                  nw718_leds_gpio);
@@ -138,6 +139,7 @@ static void __init nw718_init(void)
        rt305x_register_wifi();
        rt305x_register_wdt();
        rt305x_register_spi(nw718_spi_info, ARRAY_SIZE(nw718_spi_info));
+       rt305x_register_usb();
 }
 
 MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "NW718", "Netcore NW718", nw718_init);
This page took 0.025408 seconds and 4 git commands to generate.