raspberry-pi{,0,3,4}: enable swclock (MR 1336)
Following discussions in https://gitlab.com/postmarketOS/pmaports/-/issues/398, swclock has been removed from postmarketos-base to avoid setting time incorrectly on devices with a hardware clock. The various raspberry pi don't have an hardware clock. This activate swclock back.
This commit is contained in:
parent
b23860aba6
commit
e3042a6ffa
9 changed files with 14 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-service add swclock boot
|
||||
|
||||
cd /boot/dtbs-rpi4/
|
||||
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue