Author: blogic Date: 2015-07-07 15:43:37 +0200 (Tue, 07 Jul 2015) New Revision: 46215
Modified: trunk/target/linux/ramips/base-files/etc/diag.sh Log: ramips: a5-v11 board fix power led blinking at boot Signed-off-by: Konrad Kotowicz <[email protected]> Modified: trunk/target/linux/ramips/base-files/etc/diag.sh =================================================================== --- trunk/target/linux/ramips/base-files/etc/diag.sh 2015-07-07 13:43:28 UTC (rev 46214) +++ trunk/target/linux/ramips/base-files/etc/diag.sh 2015-07-07 13:43:37 UTC (rev 46215) @@ -12,6 +12,9 @@ 3g150b | 3g300m | w150m) status_led="tenda:blue:ap" ;; + a5-v11) + status_led="a5-v11:red:power" + ;; ai-br100) status_led="aigale:blue:wlan" ;; @@ -233,6 +236,9 @@ f7c027) status_led="belkin:orange:status" ;; + oy-0001) + status_led="oy:green:wifi" + ;; na930) status_led="na930:blue:power" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
