diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 09:11:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 09:11:03 +0000 |
commit | 26411fee77987da68aa13e361bd7259e967dfa99 (patch) | |
tree | 79d6936e659781261567f72dffc833528b5317c8 /target | |
parent | 2f0d57a2df41a5d29f543adec868c5aa5af7ec2f (diff) | |
download | master-187ad058-26411fee77987da68aa13e361bd7259e967dfa99.tar.gz master-187ad058-26411fee77987da68aa13e361bd7259e967dfa99.tar.bz2 master-187ad058-26411fee77987da68aa13e361bd7259e967dfa99.zip |
[ar71xx] register USB device on the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13507 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c index 23d245f9ff..9c2e06f36d 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-ap83.c @@ -56,6 +56,7 @@ static void __init ap83_setup(void) ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(ap83_leds_gpio), ap83_leds_gpio); + ar71xx_add_device_usb(); } MIPS_MACHINE(AR71XX_MACH_AP83, "Atheros AP83", ap83_setup); |