From 450eee9aae50ce69d4cda2616f8c1f20b622ea60 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 2 May 2020 01:58:57 +0200 Subject: [PATCH] Add a specific lwext4 commit to the cscript. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2