|
@@ -28,8 +28,9 @@ config BR2_PACKAGE_NETWORK_MANAGER
|
|
|
|
|
|
http://projects.gnome.org/NetworkManager/
|
|
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_avr32
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
|
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
|
|
- !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
+ !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|