summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-19 00:50:18 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-29 22:49:57 +0100
commit1de9bea13440fac7df01bf846c7613a69e0c3eb1 (patch)
tree193c037b870a61424a54a932d2cc03a4f9c6a6d5
parent7bce98ec4c05081569cb66b68523e1466058ea76 (diff)
Add some logging to ext4_mkfs.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 88a1b1ecb..a96702092 100644
--- a/cscript
+++ b/cscript
@@ -467,7 +467,7 @@ def dependencies(target, options):
# the appropriate place later
deps.append(('openssl', '7f29dd5'))
if can_build_disk(target):
- deps.append(('lwext4', 'ee865fa65f05e348cd4e0bce0552a2725ad5663a'))
+ deps.append(('lwext4', '3dc752da8948564456ce2d721c266b4e1a50e7a1'))
deps.append(('ffcmp', 'da96af56f3ddf074f2044a0cd6e50c95184fd169'))
return deps