summaryrefslogtreecommitdiffstats
path: root/target/generic/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/generic/Config.in')
-rw-r--r--target/generic/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/generic/Config.in b/target/generic/Config.in
index a91de3212..88f0718e2 100644
--- a/target/generic/Config.in
+++ b/target/generic/Config.in
@@ -28,8 +28,13 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
bool "Dynamic using udev"
+ depends on BR2_LARGEFILE # udev
+ depends on BR2_USE_WCHAR # udev
select BR2_PACKAGE_UDEV
+comment "udev requires a toolchain with LARGEFILE + WCHAR support"
+ depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
+
endchoice
config BR2_ROOTFS_DEVICE_TABLE