diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:28 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-08 20:25:28 +0000 |
commit | adabf431dc20b2bfb4e2a4ac36f7b80e08410ea7 (patch) | |
tree | 433b0fdfc6e9f344a5af1c1126930b85f582366e /target/linux/lantiq/base-files | |
parent | ab095633cffd4c6d4d7da91dbd72d656152d99f9 (diff) | |
download | master-187ad058-adabf431dc20b2bfb4e2a4ac36f7b80e08410ea7.tar.gz master-187ad058-adabf431dc20b2bfb4e2a4ac36f7b80e08410ea7.tar.bz2 master-187ad058-adabf431dc20b2bfb4e2a4ac36f7b80e08410ea7.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-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) |