Modify the post install
Remove stuff that does not need to be there. Cannot insmod after DKMS runs because the built module will be incorrect.
This commit is contained in:
@@ -5,6 +5,6 @@ then
|
||||
sudo sh -c 'echo "oneUpPower" >> /etc/modules'
|
||||
fi
|
||||
sudo sh -c 'echo "options oneUpPower soc_shutdown=5" > /etc/modprobe.d/oneUpPower.conf'
|
||||
sudo depmod -a
|
||||
sudo insmod oneUpPower.ko
|
||||
sync
|
||||
#sudo depmod -a
|
||||
#sudo insmod oneUpPower.ko
|
||||
#sync
|
||||
|
||||
Reference in New Issue
Block a user