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

intel-iotg-server-jammy
Łukasz 'sil2100' Zemczak 2 years ago
parent f2ccb4bb40
commit 31ea439043

7
debian/changelog vendored

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

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

Loading…
Cancel
Save