aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-01 08:14:58 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-01 08:14:58 +0000
commitc2f41fefe5b8377c32c99616c245881fe6e0e001 (patch)
tree32547d80f9e970877fb6cf70f5f48893bb2d2a96 /target/linux/ar71xx/files/arch
parent43028aaf7630c059da08a409e3f3610ec2c2c389 (diff)
downloadupstream-c2f41fefe5b8377c32c99616c245881fe6e0e001.tar.gz
upstream-c2f41fefe5b8377c32c99616c245881fe6e0e001.tar.bz2
upstream-c2f41fefe5b8377c32c99616c245881fe6e0e001.zip
ar71xx: compex wpj531 register usb support
Signed-off-by: Christian Mehlis <christian@m3hlis.de> Backport of r46283 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c
index 2cc2fe88ac..8a238da7d5 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c
@@ -123,6 +123,7 @@ static void __init common_setup(void)
ath79_register_wmac(art + WPJ531_WMAC_CALDATA_OFFSET, NULL);
ath79_register_pci();
+ ath79_register_usb();
}
static void __init wpj531_setup(void)