forked from Ivasoft/openwrt
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
This commit is contained in:
@@ -20,6 +20,10 @@ case "$board" in
|
||||
ucidef_set_led_default "health" "health" "ea4500:white:health" "1"
|
||||
ucidef_set_led_default "pulse" "pulse" "ea4500:white:pulse" "1"
|
||||
;;
|
||||
"goflexnet")
|
||||
ucidef_set_led_default "health" "health" "status:green:health" "1"
|
||||
ucidef_set_led_default "fault" "fault" "status:orange:fault" "0"
|
||||
;;
|
||||
"ib62x0")
|
||||
ucidef_set_led_default "health" "health" "ib62x0:green:os" "1"
|
||||
ucidef_set_led_default "fault" "fault" "ib62x0:red:os" "1"
|
||||
|
||||
@@ -28,15 +28,10 @@ board=$(kirkwood_board_name)
|
||||
ucidef_set_interface_loopback
|
||||
|
||||
case "$board" in
|
||||
"dockstar")
|
||||
set_lan_dhcp "eth0"
|
||||
;;
|
||||
"iconnect")
|
||||
set_lan_dhcp "eth0"
|
||||
;;
|
||||
"ib62x0")
|
||||
set_lan_dhcp "eth0"
|
||||
;;
|
||||
"dockstar"|\
|
||||
"goflexnet"|\
|
||||
"iconnect"|\
|
||||
"ib62x0"|\
|
||||
"pogo_e02")
|
||||
set_lan_dhcp "eth0"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user