mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
WANT_SYMVERS now also copies Module7.symvers
This commit is contained in:
@@ -174,6 +174,9 @@ function update_firmware {
|
||||
if [[ -f "${FW_REPOLOCAL}/Module.symvers" ]]; then
|
||||
cp "${FW_REPOLOCAL}/Module.symvers" "${FW_PATH}/"
|
||||
fi
|
||||
if [[ -f "${FW_REPOLOCAL}/Module7.symvers" ]]; then
|
||||
cp "${FW_REPOLOCAL}/Module7.symvers" "${FW_PATH}/"
|
||||
fi
|
||||
if [[ -f "${FW_REPOLOCAL}/git_hash" ]]; then
|
||||
cp "${FW_REPOLOCAL}/git_hash" "${FW_PATH}/"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user