summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-03 11:13:52 +0000
committerJohn Crispin <john@openwrt.org>2014-08-03 11:13:52 +0000
commit04e4ff282ad359485afe34deb658f36ffb34c16f (patch)
tree44531b4cdef2083cb397c53fe24ba3a0d1834766 /target/linux/ramips/base-files/etc/diag.sh
parent44cb68c038ccef470e346c6fd9d0919a82fe68d9 (diff)
downloadmaster-31e0f0ae-04e4ff282ad359485afe34deb658f36ffb34c16f.tar.gz
master-31e0f0ae-04e4ff282ad359485afe34deb658f36ffb34c16f.tar.bz2
master-31e0f0ae-04e4ff282ad359485afe34deb658f36ffb34c16f.zip
ramips:support Lenovo AC1200 Wireless router
Lenovo AC1200 series has two types, Y1 and Y1S. Y1S has 256MB DDR2, Y1 only has 128MB and Y1 have no Giga Port. Signed-off-by: Lintel <lintel.huang@gmail.com> SVN-Revision: 41961
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/diag.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index b095e52903..4aac473f5a 100755
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -188,6 +188,10 @@ get_status_led() {
na930)
status_led="na930:blue:power"
;;
+ y1 | \
+ y1s)
+ status_led="lenovo:blue:power"
+ ;;
esac
}