From 170dbdc1f6ab611ce48f179b483618f0d2881e78 Mon Sep 17 00:00:00 2001 From: Adar Arnon Date: Sat, 23 Jul 2016 10:46:44 +0000 Subject: [PATCH] WANT_SYMVERS now also copies Module7.symvers --- rpi-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpi-update b/rpi-update index c37162b..3bc95b5 100755 --- a/rpi-update +++ b/rpi-update @@ -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