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/lib | |
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/lib')
-rwxr-xr-x | target/linux/kirkwood/base-files/lib/kirkwood.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index f1229fa97b..6474b06176 100755 --- a/target/linux/kirkwood/base-files/lib/kirkwood.sh +++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh @@ -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" ;; |