Skip to content

Commit

Permalink
brcm63xx: fix Sercomm AD1018 status led
Browse files Browse the repository at this point in the history
The status led part was missed when changing the board name to *-nor.

Fixes: e12c72b ("brcm63xx: Add Sercomm AD1018 support")
Reported-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
  • Loading branch information
KanjiMonster committed Dec 17, 2017
1 parent a428d92 commit 60a39e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/brcm63xx/base-files/etc/diag.sh
Expand Up @@ -12,7 +12,7 @@ set_state() {
a4001n)
status_led="A4001N:green:power"
;;
ad1018)
ad1018-nor)
status_led="AD1018:green:power"
;;
ar-5315u)
Expand Down

0 comments on commit 60a39e8

Please sign in to comment.