forked from Ivasoft/openwrt
ramips: prepare ZBT-WG3526 for hardware variants
The ZBT-WG3526 is available with 16 or 32 MByte of flash. Rename the current supported 16MByte version to indicate which flash size variant is supported. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -115,7 +115,7 @@ ramips_setup_interfaces()
|
||||
zbt-we1326|\
|
||||
zbt-we826|\
|
||||
zbt-wg2626|\
|
||||
zbt-wg3526|\
|
||||
zbt-wg3526-16M|\
|
||||
zbt-wr8305rt)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
|
||||
|
||||
@@ -79,8 +79,7 @@ get_status_led() {
|
||||
rut5xx|\
|
||||
v11st-fe|\
|
||||
wmr-300|\
|
||||
zbt-wg2626|\
|
||||
zbt-wg3526)
|
||||
zbt-wg2626)
|
||||
status_led="$board:green:status"
|
||||
;;
|
||||
ai-br100|\
|
||||
@@ -275,6 +274,9 @@ get_status_led() {
|
||||
zbt-cpe102)
|
||||
status_led="$board:green:4g-0"
|
||||
;;
|
||||
zbt-wg3526-16M)
|
||||
status_led="zbt-wg3526:green:status"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user