Commit 71bdf4c4 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

Config.in files: unify comment dependency on udev /dev management

parent dd72ecc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −6
Original line number Diff line number Diff line
@@ -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