summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 5957c6959..a80c8965d 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -547,6 +547,11 @@ case $target {
[[ -e "$x" ]] && cp "$fwdir"/*.dtb "$B/"
break
done
+ mkdir "$B/"overlay
+ for x in "$B/"*-overlay.dtb; do
+ [[ -e "$x" ]] && mv "$B/"*-overlay.dtb "$B/"overlay
+ break
+ done
umount_fs "$B"
;;
(solidrun-imx6)