mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-21 05:55:01 +08:00
Interesting changes since the last default release * Update VL805 to 138C0 - fix for handling of split transactions https://github.com/raspberrypi/linux/pull/5262 * Fix HID error handling with network install https://github.com/raspberrypi/rpi-eeprom/issues/458
8 lines
167 B
Bash
Executable File
8 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script_dir=$(cd "$(dirname "$0")" && pwd)
|
|
|
|
${script_dir}/make-release critical 2023-01-11 000138c0 "${script_dir}" release rpi-boot-eeprom-recovery
|