This website requires JavaScript.
Explore
Help
Sign In
forge
/
pmaports
Watch
1
Star
0
Fork
You've already forked pmaports
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
be740c3cf7
pmaports
/
device
/
device-raspberry-pi
/
device-raspberry-pi-kernel-rpi.post-install
5 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Add Raspberry Pi device (#1501)
2018-05-29 19:33:40 +00:00
#!/bin/sh
device/device-raspberry-pi: fix boot error caused by missing dtb file (!870) The upstream linux-rpi package has been modified: the dtb files are now located in /boot/dtbs.
2020-01-12 04:51:00 +00:00
cd /boot/dtbs-rpi
Add Raspberry Pi device (#1501)
2018-05-29 19:33:40 +00:00
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
Reference in a new issue
Copy permalink