Imported 2.788

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-10-13 14:38:27 +00:00
parent 95c8f20219
commit f4deded9ac
2 changed files with 12 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.788) kinetic; urgency=medium
* riscv: Remove the default installation of the Wifi driver for the LicheeRV
board as the package is in universe, and only install its dependencies
instead.
-- Alexandre Ghiti <alexandre.ghiti@canonical.com> Wed, 12 Oct 2022 14:15:58 +0200
livecd-rootfs (2.787) kinetic; urgency=medium
[ Samir Akarioh ]

View File

@ -1109,9 +1109,10 @@ case "$ARCH${SUBARCH:++$SUBARCH}" in
;;
riscv*+*)
if [ "${SUBARCH:-}" = "licheerv" ]; then
# The wifi driver of the licheerv is an out-of-tree driver so install
# the corresponding dkms driver.
add_package install licheerv-rtl8723ds-dkms
# The wifi driver of the licheerv is an out-of-tree driver packaged
# in universe for now, so to ease its installation for those without
# network, install its dependencies.
add_package install dkms
fi
# We'll add wpasupplicant to the seeds when we work on RISC-V seeds.
add_package install wpasupplicant