7e3ee23622
The upstream linux-rpi package has been modified: the dtb files are now located in /boot/dtbs.
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
|
|
cd /boot/dtbs-rpi
|
|
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;
|