|
@@ -124,7 +124,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
|
|
|
|
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
|
bool "Dynamic using eudev"
|
|
bool "Dynamic using eudev"
|
|
- depends on !BR2_avr32 # eudev
|
|
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
@@ -133,7 +132,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
|
select BR2_PACKAGE_EUDEV
|
|
select BR2_PACKAGE_EUDEV
|
|
|
|
|
|
comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
|
|
comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
|
|
- depends on !BR2_avr32 # eudev
|
|
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
|
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|