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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user