brcm63xx: fix failsafe lan and status led for DSL-274xB rev. F1
Add it to the appropriate places so the power led properly works and ethernet is properly configured for failsafe. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45709
This commit is contained in:
parent
509c3211d6
commit
4bb7b2186e
2 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,8 @@ set_state() {
|
|||
ar1004g)
|
||||
status_led="AR1004G:green:power"
|
||||
;;
|
||||
dsl-274xb-c)
|
||||
dsl-274xb-c|\
|
||||
dsl-274xb-f)
|
||||
status_led="dsl-274xb:green:power"
|
||||
;;
|
||||
dsl-275xb-d)
|
||||
|
|
|
@ -16,6 +16,7 @@ set_preinit_iface() {
|
|||
dgnd3700v1_dgnd3800b |\
|
||||
dsl-2640b-b |\
|
||||
dsl-274xb-c |\
|
||||
dsl-274xb-f |\
|
||||
dsl-275xb-d |\
|
||||
fast2504n |\
|
||||
fast2704v2 |\
|
||||
|
|
Loading…
Reference in a new issue