projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9a0f8
)
kikwood: populate kirkwood.sh with new boards
author
Luka Perkov
<luka@openwrt.org>
Thu, 18 Dec 2014 18:38:43 +0000
(18:38 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Thu, 18 Dec 2014 18:38:43 +0000
(18:38 +0000)
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
SVN-Revision: 43751
target/linux/kirkwood/base-files/lib/kirkwood.sh
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/base-files/lib/kirkwood.sh
b/target/linux/kirkwood/base-files/lib/kirkwood.sh
index 323a997db4897edbfdad9225413e7378d2dc1366..962b09a5b4f152e7d5afdb0ff56c4aba11938f78 100755
(executable)
--- 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"
;;