aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-09 07:03:54 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-09 07:03:54 +0000
commit1430934c1a473cc9c3293427796a7e47efccbbc4 (patch)
tree113de6ef4825035d11408b55e48e5dfdac4db66c /target
parent23cb6147ea67a445fd3ee75c779ede7d322efc9c (diff)
downloadmaster-187ad058-1430934c1a473cc9c3293427796a7e47efccbbc4.tar.gz
master-187ad058-1430934c1a473cc9c3293427796a7e47efccbbc4.tar.bz2
master-187ad058-1430934c1a473cc9c3293427796a7e47efccbbc4.zip
ar71xx: compex wpj531 register usb support
Signed-off-by: Christian Mehlis <christian@m3hlis.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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)