2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Luka Perkov
2015-05-08 20:12:39 +00:00
parent 7b01a650f8
commit 7437be53ba
7 changed files with 167 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ case "$board" in
ucidef_set_led_default "health" "health" "ea4500:white:health" "1"
ucidef_set_led_default "pulse" "pulse" "ea4500:white:pulse" "1"
;;
"goflexhome" | \
"goflexnet")
ucidef_set_led_default "health" "health" "status:green:health" "1"
ucidef_set_led_default "fault" "fault" "status:orange:fault" "0"

View File

@@ -29,6 +29,7 @@ ucidef_set_interface_loopback
case "$board" in
"dockstar"|\
"goflexhome"|\
"goflexnet"|\
"iconnect"|\
"ib62x0"|\