diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-28 11:22:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-28 11:22:47 +0200 |
| commit | b9d1f711143ddb18245170b309e2395560cebe0a (patch) | |
| tree | 1962b2711452b4fd26bf684a7d5da2640837d894 /cscript | |
| parent | 054c8250b5157ce3b080c359c4ec3d1593f6b5c6 (diff) | |
Bump lwext for fix for making larger partitions (#2021).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ def dependencies(target, options): # the appropriate place later deps.append(('openssl', '7f29dd5')) if can_build_disk(target): - deps.append(('lwext4', '9d20ec5')) + deps.append(('lwext4', 'cce3730')) deps.append(('ffcmp', '6259cd4')) return deps |
