diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-04 15:17:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-04 15:17:43 +0100 |
| commit | 8f4b45d7e3c83d390fb77728f84d6984d0650a05 (patch) | |
| tree | 0af1705c274152d9ad200a4ccb109a49600e3951 | |
| parent | 0e571479e7e19f41f2b17335d7dd4cb78141c5fb (diff) | |
Another linux build fix.v2.15.115
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
