diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-25 21:59:16 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-27 17:35:55 +0300 |
commit | 764a439a8cbad7d55455494f025f3e77c9fa52c0 (patch) | |
tree | 503f4d3007c574d3bfe45eed1592e3aff649ca9a /resources/scripts/build | |
parent | 270272eb61083f0bfa3d3899fe1dc62718123028 (diff) |
u-boot-libre: Add support for deblobbing U-Boot v2022.07
Add a 'v2022.07' pseudo-board for the U-Boot download script with the
default blobs list, and mark the version as supported in u-boot-libre
release script.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/scripts/build')
-rwxr-xr-x | resources/scripts/build/release/u-boot-libre | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/build/release/u-boot-libre b/resources/scripts/build/release/u-boot-libre index 39767bc5..8e0ce17c 100755 --- a/resources/scripts/build/release/u-boot-libre +++ b/resources/scripts/build/release/u-boot-libre @@ -28,6 +28,7 @@ revision="r2" supported_uboot_versions=" \ 2021.07 \ + 2022.07 \ " topdir="$(realpath $(dirname $(realpath $0))/../../../../)" |