diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-12 07:53:56 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 2ddaf96a77a92186447ca18935b8a36d46d3db95 (patch) | |
tree | 4cff193fbf9cf8a1a1d83417971fe70ab4e994bd /target/linux/ramips/base-files/etc/diag.sh | |
parent | 3cfc909c54c07d5a24d9a1a7496142b82d580878 (diff) | |
download | upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.tar.gz upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.tar.bz2 upstream-2ddaf96a77a92186447ca18935b8a36d46d3db95.zip |
ramips: add ZBT-WE826 32MB variant
The ZBT-WG826 is available with 16 or 32 MByte of flash. Split the
device tree source file, rename the currently supported 16 MByte
version and add the 32 MByte variant.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ramips/base-files/etc/diag.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 8b5e260f1f..f2aca340dd 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -189,8 +189,7 @@ get_status_led() { status_led="$board:amber:system" ;; oy-0001|\ - sl-r7205|\ - zbt-we826) + sl-r7205) status_led="$board:green:wifi" ;; psr-680w) @@ -273,6 +272,10 @@ get_status_led() { zbt-cpe102) status_led="$board:green:4g-0" ;; + zbt-we826-16M|\ + zbt-we826-32M) + status_led="zbt-we826:green:wifi" + ;; zbt-wg3526-16M|\ zbt-wg3526-32M) status_led="zbt-wg3526:green:status" |