summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:03:41 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:03:41 +0000
commitb42a17366485e434bbd0182ed2054951b17edd98 (patch)
treef2860c8274386fe8cc740513633cde7fc6dd4624 /target/linux/lantiq/base-files/etc/uci-defaults/01_leds
parent520bf463750cf0d5dc582797dc1a0a090e056f4f (diff)
downloadmtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.zip
mtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.tar.gz
mtk-20170518-b42a17366485e434bbd0182ed2054951b17edd98.tar.bz2
lantiq: make leds and network work on VG3503J
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36445
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/01_leds7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
index 3f87fe0..bdf1311 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
@@ -19,6 +19,13 @@ done
board=$(lantiq_board_id)
case "$board" in
+VG3503J)
+ ucidef_set_led_netdev "lan1" "lan1" "bt:green:lan1" "eth0"
+ ucidef_set_led_netdev "lan2" "lan2" "bt:green:lan2" "eth1"
+ ucidef_set_led_netdev "port1" "port1" "bt:green:port1" "eth0"
+ ucidef_set_led_netdev "port2" "port2" "bt:green:port2" "eth1"
+ ucidef_set_led_netdev "vdsl" "vdsl" "bt:green:dsl" "ptm0"
+ ;;
*)
;;
esac