diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2017-02-14 16:37:04 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-28 13:18:27 +0100 |
commit | c5138d943b4c2b6550ca049d597ccae45d84dd2d (patch) | |
tree | f962decb615254f5536b7aa580d6239de69e24a7 /target/linux/brcm63xx/base-files/etc/board.d/01_leds | |
parent | d371581a2a49f862c86896fd011c07ee2cddec07 (diff) | |
download | upstream-c5138d943b4c2b6550ca049d597ccae45d84dd2d.tar.gz upstream-c5138d943b4c2b6550ca049d597ccae45d84dd2d.tar.bz2 upstream-c5138d943b4c2b6550ca049d597ccae45d84dd2d.zip |
brcm63xx: CPVA502+: fix userspace support
Fix board name typo, fix network configuration and add a led trigger.
Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@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 | 3 |
1 files changed, 3 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 7d208cc545..61f685e675 100755 --- a/target/linux/brcm63xx/base-files/etc/board.d/01_leds +++ b/target/linux/brcm63xx/base-files/etc/board.d/01_leds @@ -19,6 +19,9 @@ a4001n) av4202n) ucidef_set_led_netdev "wlan0" "WLAN" "AV4202N:blue:wifi" "wlan0" ;; +cpva502p) + ucidef_set_led_netdev "lan" "LAN" "CPVA502+:amber:link" "eth0" + ;; dgnd3700v1_dgnd3800b) ucidef_set_led_netdev "lan" "LAN" "DGND3700v1_3800B:green:lan" "eth0.1" ucidef_set_led_netdev "wan" "WAN" "DGND3700v1_3800B:green:inet" "eth0.2" |