diff --git a/debian/changelog b/debian/changelog index b2a2c1f2..c49e9879 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 12 Oct 2022 14:15:58 +0200 + livecd-rootfs (2.787) kinetic; urgency=medium [ Samir Akarioh ] diff --git a/live-build/auto/config b/live-build/auto/config index 7fca08c6..1d4432e7 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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