mkplatformfs: build rpi3 image on foundations kernel

See: https://github.com/voidlinux/void-packages/pull/12889
Closes: #150 [via git-merge-pr]
This commit is contained in:
Piraty 2018-03-25 20:52:07 +02:00 committed by Michael Aldridge
parent b06fb08e5d
commit c4e87c8d65
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ case "$PLATFORM" in
dockstar*) PKGS="$BASEPKG ${PLATFORM%-*}-base" ;;
odroid-u2*) PKGS="$BASEPKG ${PLATFORM%-*}-base" ;;
odroid-c2*) PKGS="$BASEPKG ${PLATFORM%-musl}-base" ;;
rpi3*) PKGS="$BASEPKG rpi3-base" ;;
rpi3*) PKGS="$BASEPKG rpi-base" ;;
rpi2*) PKGS="$BASEPKG rpi-base" ;;
rpi*) PKGS="$BASEPKG ${PLATFORM%-*}-base" ;;
pogo*) PKGS="$BASEPKG ${PLATFORM%-*}-base" ;;