aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-04-21 00:53:03 +0200
committerDaniel Golle <daniel@makrotopia.org>2017-04-21 02:29:21 +0200
commitc5a7dc49d11810838af9eafdddadf92a3b8218aa (patch)
tree5005a391872e71b6527e5f11a76f3a88d99d5d67 /target/linux/ramips/base-files/etc/board.d
parent23d7c4d6324e553cd2e05e9b9751af380fd1ae56 (diff)
downloadupstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.gz
upstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.bz2
upstream-c5a7dc49d11810838af9eafdddadf92a3b8218aa.zip
ramips: split Phicomm PSG1218 and PSG1218K2C
PSG1218 got only 4 Ethernet ports and WAN on port 3 while PSG1218K2C got 5 Ethernet ports and WAN on port 4 Switch to use kmod-kt76x2 instead of kmod-mt76 for both devices while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network6
2 files changed, 7 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 4073d803f2..2c44a83f28 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -287,7 +287,8 @@ pbr-m1)
psg1208)
set_wifi_led "$board:white:wlan2g"
;;
-psg1218)
+psg1218\|
+psg1218k2c)
ucidef_set_led_netdev "Network" "Network" "$board:blue:status" "eth0"
ucidef_set_led_default "status" "STATUS" "$board:yellow:status" "0"
;;
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 7bdebbe97f..b2966c26da 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -95,7 +95,7 @@ ramips_setup_interfaces()
oy-0001|\
pbr-m1|\
psg1208|\
- psg1218|\
+ psg1218k2c|\
r6220|\
sap-g3200u3|\
sk-wb8|\
@@ -115,6 +115,10 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
;;
+ psg1218)
+ ucidef_add_switch "switch0" \
+ "0:lan:3" "1:lan:2" "2:lan:1" "3:wan" "6@eth0"
+ ;;
whr-300hp2|\
whr-600d|\
wsr-1166|\