summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 81001381f..74cbaabc9 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -558,6 +558,16 @@ case $target {
break
done
;;
+(banana-pro)
+ for x in "$fwdir"/*.dtb; do
+ [[ -e "$x" ]] && cp "$fwdir"/*.dtb "$R/boot/"
+ break
+ done
+ #Scrip für uboot erstellen
+ mkimage -A arm -O linux -T script -C none -a 0 -e 0 \
+ -n "BananaPro" \
+ -d $fwdir/boot.script.bpi $R/boot/boot.scr.uimg
+ ;;
}
cd "$R"