mirror of https://github.com/hak5/openwrt-owl.git
parent
9a1031ce6d
commit
120b1d8699
|
@ -192,16 +192,7 @@ MIPS_MACHINE(AR71XX_MACH_RB_411, "411", "MikroTik RouterBOARD 411/A/AH",
|
|||
|
||||
static void __init rb411u_setup(void)
|
||||
{
|
||||
rb4xx_generic_setup();
|
||||
rb4xx_add_device_spi();
|
||||
|
||||
ar71xx_add_device_mdio(0xfffffffd);
|
||||
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
|
||||
ar71xx_eth0_data.phy_mask = 0x00000002;
|
||||
ar71xx_add_device_eth(0);
|
||||
|
||||
ar71xx_pci_init(ARRAY_SIZE(rb4xx_pci_irqs), rb4xx_pci_irqs);
|
||||
rb411_setup();
|
||||
ar71xx_add_device_usb();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue