diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-28 00:40:49 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-09 22:06:54 +0100 |
commit | 0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284 (patch) | |
tree | 6d645a88c107925df21a38adafc3644216eba543 /target/linux/kirkwood/base-files/etc/board.d | |
parent | d2e18dae2892b5779226b75d49aa7e6078835ffe (diff) | |
download | upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.tar.gz upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.tar.bz2 upstream-0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284.zip |
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>
Diffstat (limited to 'target/linux/kirkwood/base-files/etc/board.d')
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/01_leds | 7 | ||||
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/02_network | 8 |
2 files changed, 1 insertions, 14 deletions
diff --git a/target/linux/kirkwood/base-files/etc/board.d/01_leds b/target/linux/kirkwood/base-files/etc/board.d/01_leds index 0d89759180..a0b4eca04f 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/01_leds +++ b/target/linux/kirkwood/base-files/etc/board.d/01_leds @@ -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 diff --git a/target/linux/kirkwood/base-files/etc/board.d/02_network b/target/linux/kirkwood/base-files/etc/board.d/02_network index 85049d2968..549d232df9 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/02_network +++ b/target/linux/kirkwood/base-files/etc/board.d/02_network @@ -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" \ |