Make sure that the recent riscv64 changes for our supported devices don't install wpasupplicant on non-SUBARCH builds (like for clouds).

This commit is contained in:
Łukasz 'sil2100' Zemczak 2022-07-28 14:08:52 +02:00
parent 90c5d5c14a
commit eec8f595d3

View File

@ -1084,7 +1084,7 @@ case $PROJECT in
;;
esac
case "$ARCH+${SUBARCH:-}" in
case "$ARCH${SUBARCH:++$SUBARCH}" in
arm*+raspi)
# Common configuration for all Raspberry Pi image variants (server,
# desktop etc.)