parent
b595b95b21
commit
17e2875d4d
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ if [ $errorFound = 1 ] ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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"
|
ver="0.3"
|
||||||
uname_r=$(uname -r)
|
uname_r=$(uname -r)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue