ramips: add additional support for MQmaker WiTi board
[openwrt/staging/yousong.git] / target / linux / ramips / base-files / lib / ramips.sh
index 2ed09c9b33cc5474448ee18e24ebd6ba7c04e580..c002b975d7afe8437c5534ebdd26ee954a7a1a50 100755 (executable)
@@ -205,7 +205,7 @@ ramips_board_detect() {
        *"M4")
                name="m4"
                ;;
-       *"MediaTek LinkIt Smart7688")
+       *"MediaTek LinkIt Smart 7688")
                linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
                if [ "${linkit}" = "LINKITS7688D" ]; then
                        name="linkits7688d"
@@ -376,6 +376,9 @@ ramips_board_detect() {
        *"WCR-150GN")
                name="wcr-150gn"
                ;;
+       *"WF-2881")
+               name="wf-2881"
+               ;;
        *"WHR-1166D")
                name="whr-1166d"
                ;;
@@ -388,6 +391,9 @@ ramips_board_detect() {
        *"WHR-G300N")
                name="whr-g300n"
                ;;
+       *"WiTi")
+                name="witi"
+               ;;
        *"WIZARD 8800")
                name="wizard8800"
                ;;
@@ -454,9 +460,15 @@ ramips_board_detect() {
        *"ZBT-WA05")
                name="zbt-wa05"
                ;;
+       *"ZBT-WG2626")
+               name="zbt-wg2626"
+               ;;
        *"ZBT-WR8305RT")
                name="zbt-wr8305rt"
                ;;
+       *"YK1")
+               name="youku-yk1"
+               ;;
        *)
                name="generic"
                ;;