Skip to content
Snippets Groups Projects
Verified Commit 7d697fef authored by Newbyte's avatar Newbyte :snowflake: Committed by Alexey Minnekhanov
Browse files
parent c5692dfc
Branches
No related tags found
No related merge requests found
Pipeline #201888 passed
......@@ -2,7 +2,7 @@
pkgname=device-raspberry-pi
pkgdesc="Raspberry Pi"
pkgver=0.1
pkgrel=14
pkgrel=15
url="https://postmarketos.org"
license="MIT"
arch="armhf"
......
#!/bin/sh
rc-update add swclock boot
cd /boot/dtbs-rpi
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
#!/bin/sh
rc-update add swclock boot
cd /boot/dtbs-rpi2
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
......@@ -2,7 +2,7 @@
pkgname=device-raspberry-pi0
pkgdesc="Raspberry Pi Zero"
pkgver=0.1
pkgrel=8
pkgrel=9
url="https://postmarketos.org"
license="MIT"
arch="armhf"
......
#!/bin/sh
rc-update add swclock boot
cd /boot/dtbs-rpi/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
......@@ -2,7 +2,7 @@
pkgname=device-raspberry-pi3
pkgdesc="Raspberry Pi 3B/3B+"
pkgver=0.1
pkgrel=12
pkgrel=13
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......
#!/bin/sh
rc-update add swclock boot
cd /boot/dtbs-rpi/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
......@@ -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"
......
#!/bin/sh
rc-update add swclock boot
cd /boot/dtbs-rpi4/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment