oxnas: fix the incorrect board names
[openwrt/staging/yousong.git] / target / linux / oxnas / base-files / lib / oxnas.sh
index 1a04d558d08ae826cb7b02c662c7357ce763f2bd..2a07928f76ce3396167e2598001d41eebf857e31 100755 (executable)
@@ -14,16 +14,16 @@ oxnas_board_detect() {
 
        case "$machine" in
        *"MitraStar Technology Corp. STG-212"*)
-               name="stg212"
+               name="stg-212"
                ;;
        *"Shuttle KD20"*)
                name="kd20"
                ;;
        *"Pogoplug Pro"*)
-               name="pogoplugpro"
+               name="pogoplug-pro"
                ;;
        *"Pogoplug V3"*)
-               name="pogoplugv3"
+               name="pogoplug-v3"
                ;;
        esac