File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ const FIRMWARE_BINARY_FILE = 'firmware.bin';
2323
2424const RESTORE_TGZ_URL = 'https://s3.amazonaws.com/builds.tessel.io/custom/new_build_next.tar.gz' ;
2525const RESTORE_UBOOT_FILE = 'openwrt-ramips-mt7620-Default-u-boot.bin' ;
26- const RESTORE_SQASHFS_FILE = 'openwrt-ramips-mt7620-tessel-squashfs-sysupgrade.bin' ;
26+ const RESTORE_SQUASHFS_FILE = 'openwrt-ramips-mt7620-tessel-squashfs-sysupgrade.bin' ;
2727
2828var exportables = {
2929 OPENWRT_BINARY_FILE ,
3030 FIRMWARE_BINARY_FILE ,
3131 RESTORE_UBOOT_FILE ,
32- RESTORE_SQASHFS_FILE ,
32+ RESTORE_SQUASHFS_FILE ,
3333} ;
3434
3535/*
@@ -112,7 +112,7 @@ exportables.loadLocalBinary = function(path) {
112112exportables . fetchRestore = function ( ) {
113113 return exportables . downloadTgz ( RESTORE_TGZ_URL , {
114114 uboot : RESTORE_UBOOT_FILE ,
115- squashfs : RESTORE_SQASHFS_FILE
115+ squashfs : RESTORE_SQUASHFS_FILE
116116 } ) ;
117117} ;
118118
You can’t perform that action at this time.
0 commit comments