ramips: Add support for ZBT-CPE102

- CPU: MT7620N 580MHz
- Flash: 8MB
- RAM: 64MB
- build-in minipcie slot for modem 3G/4G
- one ethernet port 10/100Mbps

Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
This commit is contained in:
Cezary Jackiewicz
2016-09-25 21:09:31 +02:00
committed by John Crispin
parent 875cddd94c
commit 66aae9a271
7 changed files with 136 additions and 0 deletions

View File

@@ -318,6 +318,9 @@ zbt-ape522ii)
ucidef_set_led_netdev "sys1" "wlan1" "$board:green:sys1" "wlan1" "tx rx"
ucidef_set_led_netdev "sys2" "wlan0" "$board:green:sys2" "wlan0" "tx rx"
;;
zbt-cpe102)
ucidef_set_led_default "power" "power" "$board:green:4g-0" "0"
;;
zbt-wa05)
ucidef_set_led_default "power" "power" "$board:blue:power" "1"
set_wifi_led "$board:blue:air"

View File

@@ -53,6 +53,7 @@ ramips_setup_interfaces()
w150m|\
widora-neo|\
wnce2001|\
zbt-cpe102|\
zte-q7)
ucidef_add_switch "switch0"
ucidef_add_switch_attr "switch0" "enable" "false"

View File

@@ -208,6 +208,9 @@ get_status_led() {
wrtnode)
status_led="wrtnode:blue:indicator"
;;
zbt-cpe102)
status_led="$board:green:4g-0"
;;
esac
}

View File

@@ -541,6 +541,9 @@ ramips_board_detect() {
*"ZBT-APE522II")
name="zbt-ape522ii"
;;
*"ZBT-CPE102")
name="zbt-cpe102"
;;
*"ZBT-WA05")
name="zbt-wa05"
;;

View File

@@ -160,6 +160,7 @@ platform_check_image() {
y1|\
y1s|\
zbt-ape522ii|\
zbt-cpe102|\
zbt-wa05|\
zbt-we826|\
zbt-wg2626|\