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>

SVN-Revision: 36777
master
John Crispin 11 years ago
parent ee65d346d9
commit b585923cc9
  1. 2
      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

Loading…
Cancel
Save