Config.in 1.0 KB

1234567891011121314151617181920212223242526272829
  1. config BR2_PACKAGE_NETWORK_MANAGER
  2. bool "NetworkManager"
  3. depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
  4. select BR2_PACKAGE_DBUS
  5. depends on BR2_INET_IPV6
  6. depends on BR2_LARGEFILE # acl
  7. depends on BR2_USE_WCHAR # libglib2
  8. select BR2_PACKAGE_DBUS_GLIB
  9. select BR2_PACKAGE_UDEV
  10. select BR2_PACKAGE_UDEV_ALL_EXTRAS
  11. select BR2_PACKAGE_GNUTLS
  12. select BR2_PACKAGE_LIBNL
  13. select BR2_PACKAGE_UTIL_LINUX
  14. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  15. select BR2_PACKAGE_WIRELESS_TOOLS
  16. select BR2_PACKAGE_WIRELESS_TOOLS_LIB
  17. help
  18. NetworkManager is a set of co-operative tools that make networking
  19. simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth,
  20. NetworkManager allows you to quickly move from one network to
  21. another: once a network has been configured and joined once, it
  22. can be detected and re-joined automatically the next time it's
  23. available.
  24. http://projects.gnome.org/NetworkManager/
  25. comment "NetworkManager requires a toolchain with IPV6, LARGEFILE and WCHAR support"
  26. depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR