mk{image,rootfs}: add support for the rpi2 platform (armv7).
This commit is contained in:
@@ -113,7 +113,7 @@ fi
|
||||
|
||||
# double check PLATFORM is supported...
|
||||
case "$PLATFORM" in
|
||||
bananapi|beaglebone|cubieboard2|odroid-u2|rpi);;
|
||||
bananapi|beaglebone|cubieboard2|odroid-u2|rpi|rpi2);;
|
||||
*) die "The $PLATFORM is not supported, exiting..."
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user