summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOliver Schib <lich000king@yahoo.de>2018-04-18 21:57:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-04-19 20:59:12 +0100
commit593b88759b25e3813b51ab282009990b2b8709d5 (patch)
tree3cafe8e73d70e31abecd7c868c87017ab8a9a86f /scripts
parent5f0e121947dadda6fbe340ccb7ef4298f10e5eb1 (diff)
Fix some dependencies for rpi3p
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 602b490bc..2ecb44b11 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -555,7 +555,7 @@ case $target {
dd if="$fwdir/SPL" of="$tgt" bs=1024 seek=1 > /dev/null 2>&1
dd if="$fwdir/u-boot.img" of="$tgt" bs=1024 seek=69 > /dev/null 2>&1
;;
-(raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64)
+(raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi3p|raspberry-pi3p-64)
(( noformat )) || create_fs "$bootpart" ADKBOOT vfat
;;
(phytec-wega)
@@ -575,7 +575,7 @@ if (( datafssz )); then
((keep)) || create_fs "$datapart" ADKDATA ext4
((keep)) || tune_fs "$datapart"
case $target {
- (raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|phytec-wega)
+ (raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi3p|raspberry-pi3p-64|phytec-wega)
echo "/dev/mmcblk0p3 /data ext4 rw 0 0" >> "$R"/etc/fstab
;;
(banana-pro|orange-pi0|solidrun-imx6|solidrun-clearfog)
@@ -587,14 +587,14 @@ if (( datafssz )); then
# strip trailing slash
case $datapartcontent in
*[!/]*/) datapartcontent=${datapartcontent%"${x##*[!/]}"};;
- esac
+ esac
cp -R $datapartcontent/* "$D"
fi
fi
(( quiet )) || print Finishing up with bootloader and kernel ...
case $target {
-(raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64)
+(raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi3p|raspberry-pi3p-64)
mount_fs "$bootpart" "$B" vfat
for x in "$R"/boot/*; do
[[ -e "$x" ]] && mv -f "$R"/boot/* "$B/"