rpcd: iwinfo plugin fixes
[openwrt.git] / target / linux / kirkwood / base-files / lib / kirkwood.sh
index ba080f4..0e898ac 100755 (executable)
@@ -17,6 +17,14 @@ kirkwood_board_detect() {
                name="dockstar"
                ;;
 
+        "Seagate GoFlex Home")
+                name="goflexhome"
+                ;;
+
+       "Seagate GoFlex Net")
+               name="goflexnet"
+               ;;
+
        "Iomega Iconnect")
                name="iconnect"
                ;;
@@ -29,8 +37,28 @@ kirkwood_board_detect() {
                name="pogo_e02"
                ;;
 
-       "Linksys EA4500")
-               name="ea4500"
+       "Linksys EA3500")
+               name="linksys-audi"
+               ;;
+
+       "Linksys E4200v2 / EA4500")
+               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 NSA310S")
+               name="nsa310s"
                ;;
 
        *)