2
0
forked from Ivasoft/openwrt

kirkwood: drop support for orphaned boards

No image build code for the Guruplug, Sheevaplug and NSA310S exists. Drop
support for the boards for now.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2017-12-28 00:40:49 +01:00
parent d2e18dae28
commit 0ebdf0c1d3
8 changed files with 5 additions and 330 deletions

View File

@@ -34,9 +34,6 @@ case "$board" in
ucidef_set_led_default "health" "health" "pogo_e02:green:health" "1"
ucidef_set_led_default "fault" "fault" "pogo_e02:orange:fault" "1"
;;
"guruplug-server-plus")
ucidef_set_led_timer "health" "health" "guruplug:red:health" "200" "800"
;;
"nsa310b")
ucidef_set_led_default "health" "health" "nsa310:green:sys" "1"
ucidef_set_led_usbhost "usb" "USB" "nsa310:green:usb"
@@ -49,10 +46,6 @@ case "$board" in
ucidef_set_led_ataport "hdd1" "HDD1" "nsa325:green:sata1" "1"
ucidef_set_led_ataport "hdd2" "HDD2" "nsa325:green:sata2" "2"
;;
"sheevaplug" | \
"sheevaplug-esata")
ucidef_set_led_timer "health" "health" "sheevaplug:blue:health" "200" "800"
;;
*)
;;
esac

View File

@@ -16,15 +16,9 @@ case "$board" in
"goflexnet"|\
"ib62x0"|\
"iconnect"|\
"nsa310s"|\
"pogo_e02"|\
"sheevaplug"|\
"sheevaplug-esata")
"pogo_e02")
ucidef_set_interface_lan "eth0" "dhcp"
;;
"guruplug-server-plus")
ucidef_set_interface_lan "eth0 eth1" "dhcp"
;;
"linksys-audi"|\
"linksys-viper")
ucidef_add_switch "switch0" \

View File

@@ -49,26 +49,10 @@ kirkwood_board_detect() {
name="linksys-viper"
;;
"Globalscale Technologies Guruplug Server Plus")
name="guruplug-server-plus"
;;
"Globalscale Technologies SheevaPlug")
name="sheevaplug"
;;
"Globalscale Technologies eSATA SheevaPlug")
name="sheevaplug-esata"
;;
"ZyXEL NSA310b")
name="nsa310b"
;;
"ZyXEL NSA310S")
name="nsa310s"
;;
"ZyXEL NSA325")
name="nsa325"
;;