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

@ -3,7 +3,7 @@
pkgname=device-raspberry-pi4
pkgdesc="Raspberry Pi 4"
pkgver=0.1
pkgrel=6
pkgrel=7
url="https://postmarketos.org"
license="MIT"
arch="aarch64"

View file

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