diff options
Diffstat (limited to 'package/eudev/Config.in')
-rw-r--r-- | package/eudev/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/eudev/Config.in b/package/eudev/Config.in index 7934cd7cbe..6d4139fcad 100644 --- a/package/eudev/Config.in +++ b/package/eudev/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_EUDEV bool "eudev" depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV depends on BR2_USE_MMU # uses fork() - depends on BR2_LARGEFILE # util-linux depends on BR2_USE_WCHAR # util-linux depends on !BR2_STATIC_LIBS # kmod select BR2_PACKAGE_HAS_UDEV @@ -34,6 +33,6 @@ comment "eudev needs eudev /dev management" depends on BR2_USE_MMU depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV -comment "eudev needs a toolchain w/ largefile, wchar, dynamic library" +comment "eudev needs a toolchain w/ wchar, dynamic library" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS + depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS |