diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-07 13:43:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-07 13:43:37 +0000 |
commit | 59b5be580b38dc6736c1abda6d8c0e975dfe1d33 (patch) | |
tree | ff6cd8c8d2de4dc59d6fa81379e1a794db7806ea | |
parent | 865332f627fcafed6c1118a56140a3c31f1f158f (diff) | |
download | master-187ad058-59b5be580b38dc6736c1abda6d8c0e975dfe1d33.tar.gz master-187ad058-59b5be580b38dc6736c1abda6d8c0e975dfe1d33.tar.bz2 master-187ad058-59b5be580b38dc6736c1abda6d8c0e975dfe1d33.zip |
ramips: a5-v11 board fix power led blinking at boot
Signed-off-by: Konrad Kotowicz <skoti1@go2.pl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46215 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index e695778a6a..46e519aa42 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -12,6 +12,9 @@ get_status_led() { 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 @@ get_status_led() { f7c027) status_led="belkin:orange:status" ;; + oy-0001) + status_led="oy:green:wifi" + ;; na930) status_led="na930:blue:power" ;; |