ramips: add support for Youku YK1
[openwrt/staging/florian.git] / target / linux / ramips / base-files / lib / ramips.sh
index 2ed09c9b33cc5474448ee18e24ebd6ba7c04e580..d6fdeb9891bd5a3184785fc06dfbc3598f937c16 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"
@@ -454,9 +454,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"
                ;;