Pre-install wpasupplicant on all the RISC-V preinstalled images (besides cloud).

This commit is contained in:
Łukasz 'sil2100' Zemczak 2022-07-28 14:18:33 +02:00
parent f2ccb4bb40
commit 31ea439043
2 changed files with 12 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <alexandre.ghiti@canonical.com> Thu, 28 Jul 2022 14:17:11 +0200
livecd-rootfs (2.765.6) jammy; urgency=medium
[ Alexandre Ghiti ]

View File

@ -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