summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-04 15:17:43 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-04 15:17:43 +0100
commit8f4b45d7e3c83d390fb77728f84d6984d0650a05 (patch)
tree0af1705c274152d9ad200a4ccb109a49600e3951
parent0e571479e7e19f41f2b17335d7dd4cb78141c5fb (diff)
Another linux build fix.v2.15.115
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 3d437ca5d..87ea11622 100644
--- 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