|
@@ -84,11 +84,15 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
|
bool "Dynamic using udev"
|
|
bool "Dynamic using udev"
|
|
depends on BR2_LARGEFILE # udev
|
|
depends on BR2_LARGEFILE # udev
|
|
depends on BR2_USE_WCHAR # udev
|
|
depends on BR2_USE_WCHAR # udev
|
|
|
|
+ depends on !BR2_PREFER_STATIC_LIB # udev -> kmod
|
|
select BR2_PACKAGE_UDEV
|
|
select BR2_PACKAGE_UDEV
|
|
|
|
|
|
comment "udev requires a toolchain with LARGEFILE + WCHAR support"
|
|
comment "udev requires a toolchain with LARGEFILE + WCHAR support"
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
|
|
|
|
|
|
+comment "udev doesn't work with 'prefer static libraries'"
|
|
|
|
+ depends on BR2_PREFER_STATIC_LIB
|
|
|
|
+
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
choice
|
|
choice
|