Author: blogic Date: 2014-09-01 15:21:27 +0200 (Mon, 01 Sep 2014) New Revision: 42363
Modified: branches/barrier_breaker/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c Log: ar71xx: Fix 2.4G WiFi LED of the OpenMesh MR600 board The OpenMesh MR600(v1) can only enable the 2.4G WiFi PHY LED through the mini-PCIe device. Not configuring the LED pin inside the platform data makes it impossible to configure it through any standard OpenWrt tool. Signed-off-by: Sven Eckelmann <[email protected]> Backport of r42184 Modified: branches/barrier_breaker/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c =================================================================== --- branches/barrier_breaker/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c 2014-09-01 13:21:25 UTC (rev 42362) +++ branches/barrier_breaker/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c 2014-09-01 13:21:27 UTC (rev 42363) @@ -164,6 +164,7 @@ static void __init mr600_setup(void) { mr600_base_setup(ARRAY_SIZE(mr600_leds_gpio), mr600_leds_gpio); + ap9x_pci_setup_wmac_led_pin(0, 0); } MIPS_MACHINE(ATH79_MACH_MR600, "MR600", "OpenMesh MR600", mr600_setup); _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
