Newbyte 2021-02-09 22:01:12 +01:00 committed by Alexey Min
parent c5692dfc71
commit 7d697fef05
No known key found for this signature in database
GPG key ID: 0B19D2A65870B448
9 changed files with 4 additions and 20 deletions

View file

@ -2,7 +2,7 @@
pkgname=device-raspberry-pi pkgname=device-raspberry-pi
pkgdesc="Raspberry Pi" pkgdesc="Raspberry Pi"
pkgver=0.1 pkgver=0.1
pkgrel=14 pkgrel=15
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armhf" arch="armhf"

View file

@ -1,6 +1,3 @@
#!/bin/sh #!/bin/sh
rc-update 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,3 @@
#!/bin/sh #!/bin/sh
rc-update 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 pkgname=device-raspberry-pi0
pkgdesc="Raspberry Pi Zero" pkgdesc="Raspberry Pi Zero"
pkgver=0.1 pkgver=0.1
pkgrel=8 pkgrel=9
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="armhf" arch="armhf"

View file

@ -1,6 +1,3 @@
#!/bin/sh #!/bin/sh
rc-update 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 pkgname=device-raspberry-pi3
pkgdesc="Raspberry Pi 3B/3B+" pkgdesc="Raspberry Pi 3B/3B+"
pkgver=0.1 pkgver=0.1
pkgrel=12 pkgrel=13
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"

View file

@ -1,7 +1,3 @@
#!/bin/sh #!/bin/sh
rc-update 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 pkgname=device-raspberry-pi4
pkgdesc="Raspberry Pi 4" pkgdesc="Raspberry Pi 4"
pkgver=0.1 pkgver=0.1
pkgrel=6 pkgrel=7
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"

View file

@ -1,6 +1,3 @@
#!/bin/sh #!/bin/sh
rc-update add swclock boot rc-update add swclock boot
cd /boot/dtbs-rpi4/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;