2
0
forked from Ivasoft/openwrt

ramips: Add support for Phicomm K2 PSG1218

- CPU: MT7620A 580MHz
- Flash: 8MB - RAM: 64MB
- External PA+LNA on both WLAN2.4 and WLAN5
- 4x LAN ethernet and 1x WAN ethernet

Signed-off-by: Xuefu Lin <xuefulin@gmail.com>
This commit is contained in:
Xuefu Lin
2016-09-30 19:41:12 +08:00
committed by John Crispin
parent a51a11931b
commit dce5c4f5c8
7 changed files with 136 additions and 0 deletions

View File

@@ -255,6 +255,9 @@ pbr-m1)
psg1208)
set_wifi_led "$board:white:wlan2g"
;;
psg1218)
ucidef_set_led_default "power" "power" "$board:red:status" "1"
;;
px-4885)
set_wifi_led "$board:orange:wifi"
set_usb_led "$board:blue:storage"

View File

@@ -84,6 +84,7 @@ ramips_setup_interfaces()
oy-0001|\
pbr-m1|\
psg1208|\
psg1218|\
sap-g3200u3|\
sk-wb8|\
wf-2881|\

View File

@@ -93,6 +93,9 @@ get_status_led() {
psg1208)
status_led="$board:white:wps"
;;
psg1218)
status_led="$board:blue:status"
;;
cy-swr1100|\
w502u)
status_led="$board:blue:wps"