Skip to content

Commit 0d38ea7

Browse files
Add back mklittlefs for linux32 target (#7011)
Fixes #7006 mklittlefs for 32-bit Linux disappeared from the packages.json. Looks like a transient build problem on the older eqt release (later builds look fine). Add it back, pointing to the first successful mklittlefs build for lin32. Co-authored-by: Develo <[email protected]>
1 parent 677007f commit 0d38ea7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: package/package_esp8266com_index.template.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@
319319
"checksum": "SHA-256:926cca1c1f8f732a8ac79809ce0a52cabe283ab4137aa3237bca0fcca6bc2236",
320320
"size": "36871"
321321
},
322+
{
323+
"host": "i686-pc-linux-gnu",
324+
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/i686-linux-gnu.mklittlefs-7f77f2b.1563313032.tar.gz",
325+
"archiveFileName": "i686-linux-gnu.mklittlefs-7f77f2b.1563313032.tar.gz",
326+
"checksum": "SHA-256:022c96df4d110f957d43f6d23e9c5e8b699a66d8ab041056dd5da7411a8ade42",
327+
"size": "47544"
328+
},
322329
{
323330
"host": "i686-mingw32",
324331
"url": "https://github.com/earlephilhower/esp-quick-toolchain/releases/download/2.5.0-4/i686-w64-mingw32-mklittlefs-69bd9e6.zip",
@@ -352,4 +359,4 @@
352359
]
353360
}
354361
]
355-
}
362+
}

0 commit comments

Comments
 (0)