diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-12 14:39:26 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-12 14:39:26 +0000 |
commit | 5cce8f9a0fe6a06011b1c092e674e25acd1b7dff (patch) | |
tree | 8461545a533526cd914c416e7c38f5807d8231c0 /target/linux/kirkwood/base-files/etc/diag.sh | |
parent | dbfb21ee900c5d6ac39ec2e40df3545c3fa649a7 (diff) | |
download | upstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.tar.gz upstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.tar.bz2 upstream-5cce8f9a0fe6a06011b1c092e674e25acd1b7dff.zip |
kirkwood: Seagate GoFlex Net
Add GoFlex Net "Board Name" , set and cleanup network default and LEDs.
Remove kmod-rtc-marvell from default packages, as the GoFlex net does not have a RTC.
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 44422
Diffstat (limited to 'target/linux/kirkwood/base-files/etc/diag.sh')
-rwxr-xr-x[-rw-r--r--] | target/linux/kirkwood/base-files/etc/diag.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/etc/diag.sh b/target/linux/kirkwood/base-files/etc/diag.sh index b2bb5835ae..29445d5d0d 100644..100755 --- a/target/linux/kirkwood/base-files/etc/diag.sh +++ b/target/linux/kirkwood/base-files/etc/diag.sh @@ -6,6 +6,11 @@ get_status_led() { case $(kirkwood_board_name) in + dockstar|\ + goflexnet|\ + pogo_e02) + status_led="status:orange:fault" + ;; ea4500) status_led="ea4500:white:health" ;; |