summaryrefslogtreecommitdiffstats
path: root/system/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'system/Config.in')
-rw-r--r--system/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index d41f184758..401285bb52 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -84,11 +84,15 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
bool "Dynamic using udev"
depends on BR2_LARGEFILE # udev
depends on BR2_USE_WCHAR # udev
+ depends on !BR2_PREFER_STATIC_LIB # udev -> kmod
select BR2_PACKAGE_UDEV
comment "udev requires a toolchain with LARGEFILE + WCHAR support"
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
+comment "udev doesn't work with 'prefer static libraries'"
+ depends on BR2_PREFER_STATIC_LIB
+
endchoice
choice
OpenPOWER on IntegriCloud