summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-28 11:22:47 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-28 11:22:47 +0200
commitb9d1f711143ddb18245170b309e2395560cebe0a (patch)
tree1962b2711452b4fd26bf684a7d5da2640837d894 /cscript
parent054c8250b5157ce3b080c359c4ec3d1593f6b5c6 (diff)
Bump lwext for fix for making larger partitions (#2021).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 986b97636..6635d03c3 100644
--- 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