Bump lwext for fix for making larger partitions (#2021).
authorCarl Hetherington <cth@carlh.net>
Fri, 28 May 2021 09:22:47 +0000 (11:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 May 2021 09:22:47 +0000 (11:22 +0200)
cscript

diff --git a/cscript b/cscript
index 986b97636f4b8ed907ddf5372d080b2d2bdc8e62..6635d03c3455e9000464808ad9f9588bea3d13c4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -398,7 +398,7 @@ def dependencies(target, options):
     # the appropriate place later
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
-        deps.append(('lwext4', '9d20ec5'))
+        deps.append(('lwext4', 'cce3730'))
     deps.append(('ffcmp', '6259cd4'))
 
     return deps