From 31ea439043fd6a4f978b23b68eade4fef74631ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 28 Jul 2022 14:18:33 +0200 Subject: [PATCH] Pre-install wpasupplicant on all the RISC-V preinstalled images (besides cloud). --- debian/changelog | 7 +++++++ live-build/auto/config | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 407b4b2a..4615eeae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.765.7) UNRELEASED; urgency=medium + + * Install wpasupplicant by default as for now, most of the RISC-V boards + embed a Wifi chipset (LP: #1983008) + + -- Alexandre Ghiti Thu, 28 Jul 2022 14:17:11 +0200 + livecd-rootfs (2.765.6) jammy; urgency=medium [ Alexandre Ghiti ] diff --git a/live-build/auto/config b/live-build/auto/config index b594b79c..862bb55c 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1067,7 +1067,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.) @@ -1078,6 +1078,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