ramips: drop LinkIt Smart 7688 Duo userspace support
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / ramips.sh
index bf19a4c570c2a3f69463b12b9e056a7221b70867..a08f2331704c82c76f2dbf95c7d115813a86333a 100755 (executable)
@@ -278,13 +278,7 @@ ramips_board_detect() {
                name="m4-8M"
                ;;
        *"MediaTek LinkIt Smart 7688")
-               linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
-               if [ "${linkit}" = "LINKITS7688D" ]; then
-                       name="linkits7688d"
-                       RAMIPS_MODEL="${machine} DUO"
-               else
-                       name="linkits7688"
-               fi
+               name="linkits7688"
                ;;
        *"Memory 2 Move")
                name="m2m"