summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-02 01:58:57 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-02 01:58:57 +0200
commit450eee9aae50ce69d4cda2616f8c1f20b622ea60 (patch)
treeb7240d6db2877a910d085a2f240f835d46fe57cb /cscript
parent3ee6f2e6ee3682fd1eebfd15c2d61588587e7096 (diff)
Add a specific lwext4 commit to the cscript.v2.15.69
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1cf2109ab..3ca0d0bfd 100644
--- a/cscript
+++ b/cscript
@@ -384,7 +384,7 @@ def dependencies(target, options):
# the appropriate place later
deps.append(('openssl', 'carl'))
if can_build_disk(target):
- deps.append(('lwext4', 'carl2'))
+ deps.append(('lwext4', 'a2222efb'))
return deps