diff options
author | Luka Perkov <luka@openwrt.org> | 2015-05-08 20:12:39 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-05-08 20:12:39 +0000 |
commit | 7437be53bae03b3d3ee5c3b32ad9f159834d9452 (patch) | |
tree | 84cb8c3be9643fe4382d1072c4e8dd527314be71 /target/linux/kirkwood/base-files/etc/diag.sh | |
parent | 7b01a650f8ad8d22c360d359432ffe5365bbee4f (diff) | |
download | upstream-7437be53bae03b3d3ee5c3b32ad9f159834d9452.tar.gz upstream-7437be53bae03b3d3ee5c3b32ad9f159834d9452.tar.bz2 upstream-7437be53bae03b3d3ee5c3b32ad9f159834d9452.zip |
kirkwood: add support for the Seagate GoflexHome
Add Support for the Seagate GoflexHome <http://wiki.openwrt.org/toh/seagate/goflexhome>
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 45647
Diffstat (limited to 'target/linux/kirkwood/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/etc/diag.sh b/target/linux/kirkwood/base-files/etc/diag.sh index 29445d5d0d..716e6c9fbf 100755 --- a/target/linux/kirkwood/base-files/etc/diag.sh +++ b/target/linux/kirkwood/base-files/etc/diag.sh @@ -7,6 +7,7 @@ get_status_led() { case $(kirkwood_board_name) in dockstar|\ + goflexhome|\ goflexnet|\ pogo_e02) status_led="status:orange:fault" |