delete snd-soc-wm8960.ko first

see 14075fb3b5
This commit is contained in:
Baozhu Zuo 2021-08-16 11:22:46 +08:00 committed by GitHub
parent b595b95b21
commit 17e2875d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,9 @@ if [ $errorFound = 1 ] ; then
exit 1
fi
#because https://github.com/raspberrypi/linux/commit/14075fb3b561869c760a096a92ca0fab1f573174, remove snd-soc-wm8960.ko first
find /lib/modules -name "snd-soc-wm8960.ko" -exec rm -rf {} \;
ver="0.3"
uname_r=$(uname -r)