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, 2 insertions, 3 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 74cbaabc9..30c4449a8 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -563,10 +563,9 @@ case $target {
[[ -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
+ -n "BananaPro" \
+ -d $fwdir/boot.script.bpi $R/boot/boot.scr.uimg
;;
}