mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 01:08:25 +02:00
11 lines
339 B
Diff
11 lines
339 B
Diff
|
--- a/arch/arm/mach-gemini/board-rut1xx.c
|
||
|
+++ b/arch/arm/mach-gemini/board-rut1xx.c
|
||
|
@@ -108,6 +108,7 @@ static void __init rut1xx_init(void)
|
||
|
platform_register_watchdog();
|
||
|
platform_device_register(&rut1xx_phy_device);
|
||
|
platform_register_ethernet(&gmac_data);
|
||
|
+ platform_register_usb(0);
|
||
|
}
|
||
|
|
||
|
MACHINE_START(RUT100, "Teltonika RUT100")
|