[toolchain] get rid of gcc-4.4.0 support
[openwrt.git] / target / linux / ar71xx / base-files / lib / upgrade / platform.sh
index a5cb354..c4c56af 100755 (executable)
@@ -21,13 +21,20 @@ platform_check_image() {
                }
                return 0
                ;;
-        tl-wr741nd | tl-wr941nd)
+       tl-wr741nd | tl-wr941nd)
                [ "$magic" != "0100" ] && {
                        echo "Invalid image type."
                        return 1
                }
                return 0
                ;;
+       wrt160nl)
+               [ "$magic" != "4e4c" ] && {
+                       echo "Invalid image type."
+                       return 1
+               }
+               return 0
+               ;;
        esac
 
        echo "Sysupgrade is not yet supported on $board."
This page took 0.020921 seconds and 4 git commands to generate.