diff --git a/device/testing/device-raspberry-pi/APKBUILD b/device/testing/device-raspberry-pi/APKBUILD index 6af464a93..db3485c65 100644 --- a/device/testing/device-raspberry-pi/APKBUILD +++ b/device/testing/device-raspberry-pi/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-raspberry-pi pkgdesc="Raspberry Pi" pkgver=0.1 -pkgrel=13 +pkgrel=14 url="https://postmarketos.org" license="MIT" arch="armhf" diff --git a/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi.post-install b/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi.post-install index 4bfa05923..bcfb7cecb 100644 --- a/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi.post-install +++ b/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi.post-install @@ -1,6 +1,6 @@ #!/bin/sh -rc-service add swclock boot +rc-update add swclock boot cd /boot/dtbs-rpi find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \; diff --git a/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi2.post-install b/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi2.post-install index e611062f3..0f52c9923 100644 --- a/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi2.post-install +++ b/device/testing/device-raspberry-pi/device-raspberry-pi-kernel-rpi2.post-install @@ -1,6 +1,6 @@ #!/bin/sh -rc-service add swclock boot +rc-update add swclock boot cd /boot/dtbs-rpi2 find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \; diff --git a/device/testing/device-raspberry-pi0/APKBUILD b/device/testing/device-raspberry-pi0/APKBUILD index 5b2095c06..e192e6143 100644 --- a/device/testing/device-raspberry-pi0/APKBUILD +++ b/device/testing/device-raspberry-pi0/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-raspberry-pi0 pkgdesc="Raspberry Pi Zero" pkgver=0.1 -pkgrel=7 +pkgrel=8 url="https://postmarketos.org" license="MIT" arch="armhf" diff --git a/device/testing/device-raspberry-pi0/device-raspberry-pi0.post-install b/device/testing/device-raspberry-pi0/device-raspberry-pi0.post-install index 430fd9b79..56980f8e7 100644 --- a/device/testing/device-raspberry-pi0/device-raspberry-pi0.post-install +++ b/device/testing/device-raspberry-pi0/device-raspberry-pi0.post-install @@ -1,6 +1,6 @@ #!/bin/sh -rc-service add swclock boot +rc-update add swclock boot cd /boot/dtbs-rpi/ find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \; diff --git a/device/testing/device-raspberry-pi3/APKBUILD b/device/testing/device-raspberry-pi3/APKBUILD index b759a020d..35c58cee8 100644 --- a/device/testing/device-raspberry-pi3/APKBUILD +++ b/device/testing/device-raspberry-pi3/APKBUILD @@ -2,7 +2,7 @@ pkgname=device-raspberry-pi3 pkgdesc="Raspberry Pi 3B/3B+" pkgver=0.1 -pkgrel=11 +pkgrel=12 url="https://postmarketos.org" license="MIT" arch="aarch64" diff --git a/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install b/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install index 123f1fd6b..1ba849988 100644 --- a/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install +++ b/device/testing/device-raspberry-pi3/device-raspberry-pi3.post-install @@ -1,6 +1,6 @@ #!/bin/sh -rc-service add swclock boot +rc-update add swclock boot cd /boot/dtbs-rpi/ find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \; diff --git a/device/testing/device-raspberry-pi4/APKBUILD b/device/testing/device-raspberry-pi4/APKBUILD index 0d7513abc..f27e1529d 100644 --- a/device/testing/device-raspberry-pi4/APKBUILD +++ b/device/testing/device-raspberry-pi4/APKBUILD @@ -3,7 +3,7 @@ pkgname=device-raspberry-pi4 pkgdesc="Raspberry Pi 4" pkgver=0.1 -pkgrel=5 +pkgrel=6 url="https://postmarketos.org" license="MIT" arch="aarch64" diff --git a/device/testing/device-raspberry-pi4/device-raspberry-pi4.post-install b/device/testing/device-raspberry-pi4/device-raspberry-pi4.post-install index fe2a64e38..944cf67b6 100644 --- a/device/testing/device-raspberry-pi4/device-raspberry-pi4.post-install +++ b/device/testing/device-raspberry-pi4/device-raspberry-pi4.post-install @@ -1,6 +1,6 @@ #!/bin/sh -rc-service add swclock boot +rc-update add swclock boot cd /boot/dtbs-rpi4/ find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;