riscv: Install wpasupplicant by default

For now, all RISC-V hardware is SBC-like board which embed a Wifi
chipset so install wpasupplicant by default. We'll certainly split the
seeds between server and embedded hardware later.

Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
fix-riscv64-no-subarch
Alexandre Ghiti 2 years ago
parent 13ed256581
commit 2485e0bebf

@ -1095,6 +1095,10 @@ case "$ARCH+${SUBARCH:-}" in
add_package install linux-firmware-raspi2 pi-bluetooth u-boot-rpi u-boot-tools
BINARY_REMOVE_LINUX=false
;;
riscv*+*)
# We'll add wpasupplicant to the seeds when we work on RISC-V seeds.
add_package install wpasupplicant
;;
esac
case $PROJECT:${SUBPROJECT:-} in

Loading…
Cancel
Save