[kirkwood] Adds leds and gpio keys support for Iomega iConnect.
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index bfa5cc6..089f5f4 100755 (executable)
@@ -75,7 +75,7 @@ platform_check_image() {
                }
                return 0
                ;;
                }
                return 0
                ;;
-       tl-wa901nd | tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd)
+       tl-mr3420 | tl-wa901nd | tl-wr741nd | tl-wr841n-v1 | tl-wr941nd | tl-wr1043nd)
                [ "$magic" != "0100" ] && {
                        echo "Invalid image type."
                        return 1
                [ "$magic" != "0100" ] && {
                        echo "Invalid image type."
                        return 1
@@ -96,6 +96,13 @@ platform_check_image() {
                }
                return 0
                ;;
                }
                return 0
                ;;
+       zcn-1523h-2 | zcn-1523h-5)
+               [ "$magic" != "6873" -a "$magic" != "1985" ] && {
+                       echo "Invalid image type."
+                       return 1
+               }
+               return 0
+               ;;
        routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d )
                [ "$magic" != "4349" ] && {
                        echo "Invalid image. Use *-sysupgrade.bin files on this board"
        routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d )
                [ "$magic" != "4349" ] && {
                        echo "Invalid image. Use *-sysupgrade.bin files on this board"
This page took 0.025041 seconds and 4 git commands to generate.