mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.788
No reason for CPC update specified.
This commit is contained in:
parent
95c8f20219
commit
f4deded9ac
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user