mkrootfs.sh.in/mkimage.sh.in: add rpi3.

This commit is contained in:
Leah Neukirchen
2017-01-14 18:41:15 +01:00
parent 4317c1a4f6
commit 57c6107be3
2 changed files with 8 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ fi
# double check PLATFORM is supported...
case "$PLATFORM" in
bananapi|beaglebone|cubieboard2|cubietruck|odroid-c2|odroid-u2|rpi|rpi2|usbarmory|*-musl);;
bananapi|beaglebone|cubieboard2|cubietruck|odroid-c2|odroid-u2|rpi|rpi2|rpi3|usbarmory|*-musl);;
*) die "The $PLATFORM is not supported, exiting..."
esac