mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Merge pull request #214 from adararnon/feature/Module7.symvers
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
|
if [[ -f "${FW_REPOLOCAL}/Module.symvers" ]]; then
|
||||||
cp "${FW_REPOLOCAL}/Module.symvers" "${FW_PATH}/"
|
cp "${FW_REPOLOCAL}/Module.symvers" "${FW_PATH}/"
|
||||||
fi
|
fi
|
||||||
|
if [[ -f "${FW_REPOLOCAL}/Module7.symvers" ]]; then
|
||||||
|
cp "${FW_REPOLOCAL}/Module7.symvers" "${FW_PATH}/"
|
||||||
|
fi
|
||||||
if [[ -f "${FW_REPOLOCAL}/git_hash" ]]; then
|
if [[ -f "${FW_REPOLOCAL}/git_hash" ]]; then
|
||||||
cp "${FW_REPOLOCAL}/git_hash" "${FW_PATH}/"
|
cp "${FW_REPOLOCAL}/git_hash" "${FW_PATH}/"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user