2
0
forked from Ivasoft/openwrt

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>
This commit is contained in:
Mathias Kresin
2017-04-12 07:53:56 +02:00
parent 3cfc909c54
commit 2ddaf96a77
9 changed files with 57 additions and 19 deletions

View File

@@ -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"