mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 16:03:45 +08:00
Config.in files: unify comment dependency on udev /dev management
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dd72ecc0db
commit
71bdf4c40b
@ -12,6 +12,6 @@ config BR2_PACKAGE_LIBMBIM
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/libmbim/
|
||||
|
||||
comment "libmbim needs udev and a toolchain w/ wchar, threads"
|
||||
comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
|
@ -31,6 +31,6 @@ config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
|
||||
This option enables support for QMI protocol
|
||||
endif
|
||||
|
||||
comment "modemmanager needs udev and a toolchain w/ largefile, wchar, threads, IPv6"
|
||||
comment "modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6"
|
||||
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
|
@ -28,8 +28,9 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
||||
|
||||
http://projects.gnome.org/NetworkManager/
|
||||
|
||||
comment "NetworkManager needs a toolchain w/ IPv6, largefile, wchar, threads"
|
||||
comment "NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads"
|
||||
depends on !BR2_avr32
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
!BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
|
@ -20,5 +20,5 @@ config BR2_PACKAGE_SYSTEMD
|
||||
|
||||
comment "systemd needs udev /dev management and a toolchain w/ IPv6, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || !BR2_INET_IPV6 || \\
|
||||
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || !BR2_INET_IPV6 || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
@ -40,10 +40,7 @@ comment "enabling all extras needs a toolchain w/ wchar, threads"
|
||||
|
||||
endif
|
||||
|
||||
comment "udev requires /dev mgmnt set to udev under System configuration"
|
||||
comment "udev needs udev /dev management and a toolchain w/ largefile, wchar, dynamic library"
|
||||
depends on !BR2_avr32
|
||||
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
|
||||
comment "udev needs a toolchain w/ largefile, wchar, dynamic library"
|
||||
depends on !BR2_avr32
|
||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
|
||||
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV || \
|
||||
!BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
|
||||
|
Loading…
Reference in New Issue
Block a user