|
@@ -116,15 +116,18 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
|
|
|
|
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
|
bool "Dynamic using udev"
|
|
bool "Dynamic using udev"
|
|
|
|
+ depends on !BR2_avr32 # 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
|
|
depends on !BR2_PREFER_STATIC_LIB # udev -> kmod
|
|
select BR2_PACKAGE_UDEV
|
|
select BR2_PACKAGE_UDEV
|
|
|
|
|
|
comment "udev needs a toolchain w/ largefile, wchar"
|
|
comment "udev needs a toolchain w/ largefile, wchar"
|
|
|
|
+ depends on !BR2_avr32 # udev
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
|
|
|
|
|
comment "udev doesn't work with 'prefer static libraries'"
|
|
comment "udev doesn't work with 'prefer static libraries'"
|
|
|
|
+ depends on !BR2_avr32 # udev
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
depends on BR2_PREFER_STATIC_LIB
|
|
|
|
|
|
endchoice
|
|
endchoice
|