diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-01 09:11:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-05-01 09:11:54 +0200 |
commit | 81e9be80fde576bca47295dce0ce0fcfaa8878a6 (patch) | |
tree | b5d189a4231cfe6ca87da936c15b75bcaf110d0a | |
parent | fdcbf6fd69619501a73ec4e8d39933ee3d4ae237 (diff) |
for udev device node management we need depmod on host, reported by Balaton
-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 |