ramips: add support for Youku YK1
[openwrt/staging/florian.git] / target / linux / ramips / base-files / lib / ramips.sh
index 340bc4c3b37909095f9f8e1c446f038e8caec8ae..d6fdeb9891bd5a3184785fc06dfbc3598f937c16 100755 (executable)
@@ -145,6 +145,9 @@ ramips_board_detect() {
        *"DIR-860L B1")
                name="dir-860l-b1"
                ;;
+       *"Dovado Tiny AC")
+               name="tiny-ac"
+               ;;
        *"E1700")
                name="e1700"
                ;;
@@ -202,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"
@@ -451,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"
                ;;