summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-12-18 18:38:43 +0000
committerLuka Perkov <luka@openwrt.org>2014-12-18 18:38:43 +0000
commit39743e45f80e607a2e417c515ceee97c40ea2394 (patch)
treed82d2d05e67283a6ded74ff938edeffb6ff80434 /target/linux/kirkwood
parentec9a0f898a67d5218935da87dabc32ede960f4e7 (diff)
downloadmaster-31e0f0ae-39743e45f80e607a2e417c515ceee97c40ea2394.tar.gz
master-31e0f0ae-39743e45f80e607a2e417c515ceee97c40ea2394.tar.bz2
master-31e0f0ae-39743e45f80e607a2e417c515ceee97c40ea2394.zip
kikwood: populate kirkwood.sh with new boards
- SheevaPlug - SheevaPlug with eSATA - GuruplugServerPlus Signed-off-by: Gerald Kerma <dreagle@doukki.net> SVN-Revision: 43751
Diffstat (limited to 'target/linux/kirkwood')
-rwxr-xr-xtarget/linux/kirkwood/base-files/lib/kirkwood.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh
index 323a997db4..962b09a5b4 100755
--- a/target/linux/kirkwood/base-files/lib/kirkwood.sh
+++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh
@@ -37,6 +37,18 @@ kirkwood_board_detect() {
name="ea4500"
;;
+ "Globalscale Technologies Guruplug Server Plus")
+ name="guruplug-server-plus"
+ ;;
+
+ "Globalscale Technologies SheevaPlug")
+ name="sheevaplug"
+ ;;
+
+ "Globalscale Technologies eSATA SheevaPlug")
+ name="sheevaplug-esata"
+ ;;
+
*)
name="generic"
;;