summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
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/01_leds
parent23d7c4d6324e553cd2e05e9b9751af380fd1ae56 (diff)
downloadmtk-20170518-c5a7dc49d11810838af9eafdddadf92a3b8218aa.zip
mtk-20170518-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.gz
mtk-20170518-c5a7dc49d11810838af9eafdddadf92a3b8218aa.tar.bz2
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/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
1 files changed, 2 insertions, 1 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 4073d80..2c44a83 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"
;;