aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-05-30 16:00:15 +0000
committerJohn Crispin <blogic@openwrt.org>2013-05-30 16:00:15 +0000
commit9bfb1223ce8d1dfb06acef8a3f0d241f90390f8b (patch)
tree42c257c6e78278be49755997728e26c48cf294ab /target/linux
parente3371dd5f95be999d232967d3fb83a1e20c00ea4 (diff)
downloadupstream-9bfb1223ce8d1dfb06acef8a3f0d241f90390f8b.tar.gz
upstream-9bfb1223ce8d1dfb06acef8a3f0d241f90390f8b.tar.bz2
upstream-9bfb1223ce8d1dfb06acef8a3f0d241f90390f8b.zip
lantiq: fix LED-handling oversights
This reassigns the PPPoE status to the LED that was intended to indicate it, rather than the DSL sync light. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36777 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/uci-defaults/01_leds2
1 files changed, 1 insertions, 1 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 bdf1311705..1b303184fa 100755
--- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds
@@ -9,7 +9,7 @@
[ -e "/sys/class/leds/wifi" ] && ucidef_set_led_wlan "wifi" "wifi" "wifi" "phy0tpt"
[ -e "/sys/class/leds/usb" ] && ucidef_set_led_usbdev "usb" "usb" "usb" "1-1"
-[ -e "/sys/class/leds/dsl" ] && ucidef_set_led_netdev "dsl" "dsl" "dsl" "pppoe-wan"
+[ -e "/sys/class/leds/internet" ] && ucidef_set_led_netdev "internet" "internet" "internet" "pppoe-wan"
for a in `ls /sys/class/leds/`; do
grep -q "\[none\]" /sys/class/leds/$a/trigger