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'
|
sudo sh -c 'echo "oneUpPower" >> /etc/modules'
|
||||||
fi
|
fi
|
||||||
sudo sh -c 'echo "options oneUpPower soc_shutdown=5" > /etc/modprobe.d/oneUpPower.conf'
|
sudo sh -c 'echo "options oneUpPower soc_shutdown=5" > /etc/modprobe.d/oneUpPower.conf'
|
||||||
sudo depmod -a
|
#sudo depmod -a
|
||||||
sudo insmod oneUpPower.ko
|
#sudo insmod oneUpPower.ko
|
||||||
sync
|
#sync
|
||||||
|
|||||||
Reference in New Issue
Block a user