mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-01 13:21:14 +00:00
riscv: Install Wifi driver by default for the LicheeRV
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
This commit is contained in:
parent
e8ea6335d5
commit
d5a7d6655f
@ -1116,6 +1116,11 @@ case "$ARCH${SUBARCH:++$SUBARCH}" in
|
||||
BINARY_REMOVE_LINUX=false
|
||||
;;
|
||||
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
|
||||
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