diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-01-23 02:46:36 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-01-23 02:56:57 +0100 |
commit | 9c4fe103cba323684521f8e5d596e3c616c5d276 (patch) | |
tree | e53e597a3647fb29fc23a513b2636de7cb3bfd35 /target/linux/ramips/base-files/etc/diag.sh | |
parent | b33c3e1b7c73be7750e83952f9880b9335d49873 (diff) | |
download | upstream-9c4fe103cba323684521f8e5d596e3c616c5d276.tar.gz upstream-9c4fe103cba323684521f8e5d596e3c616c5d276.tar.bz2 upstream-9c4fe103cba323684521f8e5d596e3c616c5d276.zip |
ramips: add support for ZBT-WE1226
MT7628NN (580MHz), 8MB SPI NOR, 64MB DDR2 RAM
Everything except for the switch LEDs works great.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index f290c3f9a7..22687b1970 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -314,6 +314,9 @@ get_status_led() { zbt-we826-32M) status_led="zbt-we826:green:power" ;; + zbt-we1226) + status_led="zbt-we1226:green:wlan" + ;; zbt-wg3526-16M|\ zbt-wg3526-32M) status_led="zbt-wg3526:green:status" |