diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2016-08-29 16:03:49 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2016-11-21 18:40:15 +0100 |
commit | d2b79e4d808add264d22e284fa21dfa155e52f05 (patch) | |
tree | 17aa0b10171d46c6fe4cd4b4703dda1684fe47be /target/linux/brcm63xx/base-files/etc/board.d/01_leds | |
parent | aedca3ce430c0edcf582118d393fe13349fca741 (diff) | |
download | upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.gz upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.tar.bz2 upstream-d2b79e4d808add264d22e284fa21dfa155e52f05.zip |
brcm63xx: Livebox 1: add userspace board support
Fix configuration files for the Livebox 1 routers.
- Add status led
- Set eth0 as the LAN port, for coherence with RedBoot and comfortability.
- Add led triggers
Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/board.d/01_leds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/board.d/01_leds b/target/linux/brcm63xx/base-files/etc/board.d/01_leds index 4163214732..8d8a942b26 100755 --- a/target/linux/brcm63xx/base-files/etc/board.d/01_leds +++ b/target/linux/brcm63xx/base-files/etc/board.d/01_leds @@ -58,6 +58,11 @@ homehub2a) ucidef_set_led_usbdev "usb1" "USB1" "HOMEHUB2A:blue:phone" "1-1" ucidef_set_led_usbdev "usb2" "USB2" "HOMEHUB2A:green:phone" "2-1" ;; +livebox1) + ucidef_set_led_netdev "lan" "LAN" "Livebox1:red:traffic" "eth0" + ucidef_set_led_netdev "wan" "WAN" "Livebox1:red:adsl" "eth1" + ucidef_set_led_netdev "wlan0" "WIFI" "Livebox1:red:wifi" "wlan0" + ;; r5010un_v2) ucidef_set_led_usbdev "usb" "USB" "R5010UNv2:green:usb" "1-1" ;; |