diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-19 00:50:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-29 22:49:57 +0100 |
| commit | 1de9bea13440fac7df01bf846c7613a69e0c3eb1 (patch) | |
| tree | 193c037b870a61424a54a932d2cc03a4f9c6a6d5 | |
| parent | 7bce98ec4c05081569cb66b68523e1466058ea76 (diff) | |
Add some logging to ext4_mkfs.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
