소스 검색

for udev device node management we need depmod on host, reported by Balaton

Waldemar Brodkorb 9 년 전
부모
커밋
81e9be80fd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      target/config/Config.in.runtime

+ 2 - 0
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