mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Fix wildcard that missed start.elf/fixup.dat
This commit is contained in:
@@ -236,8 +236,8 @@ function update_firmware {
|
||||
cp "${FW_REPOLOCAL}/"*.elf "${FW_PATH}/"
|
||||
cp "${FW_REPOLOCAL}/"*.dat "${FW_PATH}/"
|
||||
else
|
||||
cp "${FW_REPOLOCAL}/"start[^4]*.elf "${FW_PATH}/"
|
||||
cp "${FW_REPOLOCAL}/"fixup[^4]*.dat "${FW_PATH}/"
|
||||
cp "${FW_REPOLOCAL}/"start{,[^4]*}.elf "${FW_PATH}/"
|
||||
cp "${FW_REPOLOCAL}/"fixup{,[^4]*}.dat "${FW_PATH}/"
|
||||
fi
|
||||
cp "${FW_REPOLOCAL}/"*.bin "${FW_PATH}/"
|
||||
if [[ ${SKIP_KERNEL} -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user