From 2485e0bebfb3cd7b515f7ccf45c7c622b2b455d4 Mon Sep 17 00:00:00 2001 From: Alexandre Ghiti Date: Wed, 27 Jul 2022 10:01:52 +0200 Subject: [PATCH] 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 --- live-build/auto/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/live-build/auto/config b/live-build/auto/config index fb7f9491..3b564467 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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