]> Git Repo - buildroot-mgba.git/commitdiff
configs/rock5b: enable mdev to enable automatic module loading
authorNiklas Cassel <[email protected]>
Mon, 9 Sep 2024 18:21:02 +0000 (20:21 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 14 Sep 2024 20:15:06 +0000 (22:15 +0200)
Enable mdev so that coldplug will automatically load kernel modules that
were unavailable before rootfs was mounted.

mdev will also enable hotplug so that kernel modules will be automatically
loaded when a new device is inserted in e.g. USB or PCIe after boot.

Before this change:
$ lsmod | wc -l
0

After this change:
$ lsmod | wc -l
43

Signed-off-by: Niklas Cassel <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/rock5b_defconfig

index e3c4414948ff4fa1408c29c42b042023bc07e81d..b88d8c5da30e298f011350d514d437a20e8d0502 100644 (file)
@@ -47,6 +47,7 @@ BR2_PACKAGE_HOST_DTC=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
 BR2_SYSTEM_DHCP="eth0"
+BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/radxa/rock5b/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/radxa/rock5b/genimage.cfg"
This page took 0.032151 seconds and 4 git commands to generate.