summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-08-01 14:30:40 +0000
committerJohn Crispin <john@openwrt.org>2013-08-01 14:30:40 +0000
commitb4c722267e206bd00856b98ce022ee64afa6568c (patch)
tree41a82a302bc7605a482d03910c2cb6a931983ad4 /target/linux/lantiq/base-files/etc/uci-defaults/01_leds
parent046b282429d92d0acf3b420d0b0055be00316479 (diff)
downloadmaster-31e0f0ae-b4c722267e206bd00856b98ce022ee64afa6568c.tar.gz
master-31e0f0ae-b4c722267e206bd00856b98ce022ee64afa6568c.tar.bz2
master-31e0f0ae-b4c722267e206bd00856b98ce022ee64afa6568c.zip
lantiq: fix VG3503J ethernet/gphy led support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37634
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/01_leds4
1 files changed, 0 insertions, 4 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 0878de833a..e525ebdff2 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
@@ -21,10 +21,6 @@ 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"
;;
*)