From 05d7dcd8be4679e09963d78146625ee4c356a4eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Jan 2021 13:17:11 +0100 Subject: [PATCH] Try to fix previous commit. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index e91607600..d84c613e1 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', 'd67dd1b')) + deps.append(('lwext4', '3601ea5')) deps.append(('ffcmp', 'a915540')) return deps -- 2.30.2