ramips: add support for Digineo AC1200 Pro

This is basically a ZBT-WG3526 (mt7621 SoC), but with 32M flash.

Signed-off-by: Dominik Menke <dom@digineo.de>
This commit is contained in:
Dominik Menke
2016-11-15 12:37:38 +01:00
committed by Mathias Kresin
parent 6e3d7897f7
commit 8b65fef173
6 changed files with 33 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ ramips_setup_interfaces()
ucidef_set_interface_lan "eth0.2"
;;
3g-6200n|\
ac1200pro|\
ai-br100|\
db-wrt01|\
dir-300-b7|\

View File

@@ -53,10 +53,7 @@ get_status_led() {
mzk-ex750np)
status_led="$board:red:power"
;;
ai-br100|\
ht-tm02)
status_led="$board:blue:wlan"
;;
ac1200pro|\
all0239-3g|\
dcs-930|\
dir-300-b1|\
@@ -82,6 +79,10 @@ get_status_led() {
zbt-wg3526)
status_led="$board:green:status"
;;
ai-br100|\
ht-tm02)
status_led="$board:blue:wlan"
;;
atp-52b|\
ip2202)
status_led="$board:green:run"

View File

@@ -115,6 +115,9 @@ ramips_board_detect() {
*"DCS-930L B1")
name="dcs-930l-b1"
;;
*"Digineo AC1200 Pro")
name="ac1200pro"
;;
*"DIR-300 B1")
name="dir-300-b1"
;;

View File

@@ -17,6 +17,7 @@ platform_check_image() {
3g150b|\
3g300m|\
a5-v11|\
ac1200pro|\
ai-br100|\
air3gii|\
all0239-3g|\