diff options
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 1c02ea7f3..1c11789fb 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -35,6 +35,8 @@ config ADK_RUNTIME_DEV_MDEV config ADK_RUNTIME_DEV_UDEV bool "Use udev" select ADK_PACKAGE_UDEV + # needs depmod for module dependency generation on host + select ADK_HOST_BUILD_KMOD select ADK_KERNEL_DEVTMPFS select ADK_KERNEL_DEVTMPFS_MOUNT |