Another linux build fix. v2.15.115
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Jan 2021 14:17:43 +0000 (15:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Jan 2021 14:17:43 +0000 (15:17 +0100)
cscript

diff --git a/cscript b/cscript
index 3d437ca5d2760f81a459e79a2404d100de25da91..87ea1162207574271193d4d434ac2858a2671bbe 100644 (file)
--- a/cscript
+++ b/cscript
@@ -385,7 +385,7 @@ def dependencies(target, options):
     # the appropriate place later
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
-        deps.append(('lwext4', '01c7d4c'))
+        deps.append(('lwext4', 'f2a1573'))
     deps.append(('ffcmp', 'a915540'))
 
     return deps