1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

make use the USB controller on the WP543 board

SVN-Revision: 12520
This commit is contained in:
Gabor Juhos 2008-09-03 19:37:58 +00:00
parent e9775a5e10
commit 7914091d97

@ -51,6 +51,8 @@ static void __init wp543_setup(void)
ar71xx_add_device_mdio(0xfffffff7);
ar71xx_add_device_eth(0, PHY_INTERFACE_MODE_MII, 0x00000008);
ar71xx_add_device_usb();
ar71xx_pci_init(ARRAY_SIZE(wp543_pci_irqs), wp543_pci_irqs);
}