kikwood: populate kirkwood.sh with new boards
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Dec 2014 18:38:43 +0000 (18:38 +0000)
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Dec 2014 18:38:43 +0000 (18:38 +0000)
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus

Signed-off-by: Gerald Kerma <dreagle@doukki.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43751 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/kirkwood/base-files/lib/kirkwood.sh

index 323a997..962b09a 100755 (executable)
@@ -37,6 +37,18 @@ kirkwood_board_detect() {
                name="ea4500"
                ;;
 
                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"
                ;;
        *)
                name="generic"
                ;;