diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/brcm63xx/base-files/etc/diag.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/diag.sh b/target/linux/brcm63xx/base-files/etc/diag.sh index b90b5907aa..24939a9cc1 100644 --- a/target/linux/brcm63xx/base-files/etc/diag.sh +++ b/target/linux/brcm63xx/base-files/etc/diag.sh @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (C) 2007-2013 OpenWrt.org +. /lib/functions.sh . /lib/functions/leds.sh -. /lib/brcm63xx.sh set_state() { - case "$(brcm63xx_board_name)" in + case "$(board_name)" in a4001n1) status_led="A4001N1:green:power" ;; |