1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

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
This commit is contained in:
John Crispin 2015-01-08 20:25:28 +00:00
parent dbca1e5662
commit 1ba71cbc14

@ -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)