raspberry-pi{,0,3,4}: rc-service add -> rc-update add (MR 1936)

rc-service add does not work, so change it to rc-update add
This commit is contained in:
Newbyte 2021-02-07 22:28:10 +01:00 committed by Oliver Smith
parent 320ebcd2c8
commit 1c2b90df6f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
9 changed files with 9 additions and 9 deletions

View file

@ -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"

View file

@ -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/{} \;

View file

@ -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/{} \;

View file

@ -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"

View file

@ -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/{} \;

View file

@ -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"

View file

@ -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/{} \;

View file

@ -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"

View file

@ -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/{} \;