summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 8ae923a8d..9bbdf3758 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -553,8 +553,8 @@ case $target {
break
done
mkdir "$B/"overlays
- for x in "$fwdir"/overlays/*.dtb; do
- [[ -e "$x" ]] && cp "$fwdir"/overlays/*.dtb "$B/"overlays
+ for x in "$fwdir"/overlays/*.dtbo; do
+ [[ -e "$x" ]] && cp "$fwdir"/overlays/*.dtbo "$B/"overlays
break
done
umount_fs "$B"