Browse Source

ap81: register USB host controller

SVN-Revision: 14922
Gabor Juhos 17 years ago
parent
commit
64958577a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap81.c

+ 2 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap81.c

@@ -30,6 +30,8 @@ static void __init ap81_setup(void)
 	ar71xx_add_device_eth(0);
 	ar71xx_add_device_eth(1);
 
+	ar71xx_add_device_usb();
+
 	ar91xx_add_device_wmac();
 }