mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
riscv: Install dkms by default on the LicheeRV board
So that people without network access can download the package and install it using a usb drive for example. Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
This commit is contained in:
parent
79e36dd7df
commit
6838060860
@ -1108,6 +1108,12 @@ case "$ARCH${SUBARCH:++$SUBARCH}" in
|
|||||||
BINARY_REMOVE_LINUX=false
|
BINARY_REMOVE_LINUX=false
|
||||||
;;
|
;;
|
||||||
riscv*+*)
|
riscv*+*)
|
||||||
|
if [ "${SUBARCH:-}" = "licheerv" ]; then
|
||||||
|
# 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.
|
# We'll add wpasupplicant to the seeds when we work on RISC-V seeds.
|
||||||
add_package install wpasupplicant
|
add_package install wpasupplicant
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user