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:
Mathias Kresin 2017-04-07 23:52:27 +02:00
parent ff258effd5
commit 619d68bfc9
6 changed files with 14 additions and 11 deletions

View file

@ -115,7 +115,7 @@ ramips_setup_interfaces()
zbt-we1326|\ zbt-we1326|\
zbt-we826|\ zbt-we826|\
zbt-wg2626|\ zbt-wg2626|\
zbt-wg3526|\ zbt-wg3526-16M|\
zbt-wr8305rt) zbt-wr8305rt)
ucidef_add_switch "switch0" \ ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0" "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"

View file

@ -79,8 +79,7 @@ get_status_led() {
rut5xx|\ rut5xx|\
v11st-fe|\ v11st-fe|\
wmr-300|\ wmr-300|\
zbt-wg2626|\ zbt-wg2626)
zbt-wg3526)
status_led="$board:green:status" status_led="$board:green:status"
;; ;;
ai-br100|\ ai-br100|\
@ -275,6 +274,9 @@ get_status_led() {
zbt-cpe102) zbt-cpe102)
status_led="$board:green:4g-0" status_led="$board:green:4g-0"
;; ;;
zbt-wg3526-16M)
status_led="zbt-wg3526:green:status"
;;
esac esac
} }

View file

@ -661,8 +661,8 @@ ramips_board_detect() {
*"ZBT-WG2626") *"ZBT-WG2626")
name="zbt-wg2626" name="zbt-wg2626"
;; ;;
*"ZBT-WG3526") *"ZBT-WG3526 (16M)")
name="zbt-wg3526" name="zbt-wg3526-16M"
;; ;;
*"ZBT-WR8305RT") *"ZBT-WR8305RT")
name="zbt-wr8305rt" name="zbt-wr8305rt"

View file

@ -196,7 +196,7 @@ platform_check_image() {
zbt-we2026|\ zbt-we2026|\
zbt-we826|\ zbt-we826|\
zbt-wg2626|\ zbt-wg2626|\
zbt-wg3526|\ zbt-wg3526-16M|\
zbt-wr8305rt|\ zbt-wr8305rt|\
zte-q7|\ zte-q7|\
youku-yk1) youku-yk1)

View file

@ -3,7 +3,7 @@
#include "ZBT-WG3526.dtsi" #include "ZBT-WG3526.dtsi"
/ { / {
model = "ZBT-WG3526"; model = "ZBT-WG3526 (16M)";
}; };
&firmware { &firmware {

View file

@ -261,13 +261,14 @@ define Device/zbt-wg2626
endef endef
TARGET_DEVICES += zbt-wg2626 TARGET_DEVICES += zbt-wg2626
define Device/zbt-wg3526 define Device/zbt-wg3526-16M
DTS := ZBT-WG3526 DTS := ZBT-WG3526-16M
IMAGE_SIZE := $(ralink_default_fw_size_16M) IMAGE_SIZE := $(ralink_default_fw_size_16M)
DEVICE_TITLE := ZBT WG3526 SUPPORTED_DEVICES += zbt-wg3526
DEVICE_TITLE := ZBT WG3526 (16MB flash)
DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620 DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport kmod-ata-core kmod-ata-ahci kmod-sdhci-mt7620
endef endef
TARGET_DEVICES += zbt-wg3526 TARGET_DEVICES += zbt-wg3526-16M
# FIXME: is this still needed? # FIXME: is this still needed?
define Image/Prepare define Image/Prepare