kikwood: populate kirkwood.sh with new boards
[openwrt.git] / target / linux / kirkwood / base-files / lib / kirkwood.sh
index ba080f4..962b09a 100755 (executable)
@@ -29,10 +29,26 @@ kirkwood_board_detect() {
                name="pogo_e02"
                ;;
 
+       "Linksys EA3500")
+               name="ea3500"
+               ;;
+
        "Linksys 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"
                ;;