From 8f4b45d7e3c83d390fb77728f84d6984d0650a05 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2021 15:17:43 +0100 Subject: Another linux build fix. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3