Config.in 1.1 KB

123456789101112131415161718192021222324252627282930
  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_LIBNL
  12. select BR2_PACKAGE_GNUTLS
  13. select BR2_PACKAGE_LIBNL
  14. select BR2_PACKAGE_UTIL_LINUX
  15. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  16. select BR2_PACKAGE_WIRELESS_TOOLS
  17. select BR2_PACKAGE_WIRELESS_TOOLS_LIB
  18. help
  19. NetworkManager is a set of co-operative tools that make networking
  20. simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth,
  21. NetworkManager allows you to quickly move from one network to
  22. another: once a network has been configured and joined once, it
  23. can be detected and re-joined automatically the next time it's
  24. available.
  25. http://projects.gnome.org/NetworkManager/
  26. comment "NetworkManager requires a toolchain with IPV6, LARGEFILE and WCHAR support"
  27. depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR