Author: blogic Date: 2015-07-09 09:03:54 +0200 (Thu, 09 Jul 2015) New Revision: 46283
Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c Log: ar71xx: compex wpj531 register usb support Signed-off-by: Christian Mehlis <[email protected]> Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c 2015-07-09 07:01:55 UTC (rev 46282) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c 2015-07-09 07:03:54 UTC (rev 46283) @@ -123,6 +123,7 @@ ath79_register_wmac(art + WPJ531_WMAC_CALDATA_OFFSET, NULL); ath79_register_pci(); + ath79_register_usb(); } static void __init wpj531_setup(void) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
