diff options
author | John Crispin <john@openwrt.org> | 2015-01-08 20:25:28 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-08 20:25:28 +0000 |
commit | 1ba71cbc143a5673239002abccef6d26ef5a3084 (patch) | |
tree | a4fe6c21f77b04e6a00ac4e8de72a8e46e0d1826 | |
parent | dbca1e5662eecf3c3e0071aee2aa41c1f77592f9 (diff) | |
download | upstream-1ba71cbc143a5673239002abccef6d26ef5a3084.tar.gz upstream-1ba71cbc143a5673239002abccef6d26ef5a3084.tar.bz2 upstream-1ba71cbc143a5673239002abccef6d26ef5a3084.zip |
lantiq: Fix adsl led on Home Hub 2B
This fixes the adsl led on the Home Hub 2B.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 43876
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/01_leds | 2 |
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 b0e0b2adec..6349ea83b7 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/01_leds +++ b/target/linux/lantiq/base-files/etc/uci-defaults/01_leds @@ -22,7 +22,7 @@ BTHOMEHUBV2B) ucidef_set_led_default "power" "power" "soc:blue:power" "1" # ucidef_set_led_wlan "wifi" "wifi" "soc:blue:wireless" "phy0radio" ucidef_set_led_wlan "wifi" "wifi" "soc:blue:wireless" "phy0tpt" - ucidef_set_led_netdev "internet" "internet" "soc:blue:broadband" "nas0" + ucidef_set_led_netdev "internet" "internet" "soc:blue:broadband" "pppoa-wan" ucidef_set_led_usbdev "usb" "usb" "soc:blue:phone" "1-1" ;; VGV7519) |