syslinux: install helper programs to the host
[buildroot-gz.git] / package / network-manager / Config.in
blob08ebb723af45eef47db0dd1747e7db61b502b7fc
1 config BR2_PACKAGE_NETWORK_MANAGER
2         bool "networkmanager"
3         depends on !BR2_avr32 # udev
4         depends on BR2_INET_IPV6
5         depends on BR2_LARGEFILE # acl
6         depends on BR2_USE_WCHAR # libglib2 and gnutls
7         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
8         depends on BR2_USE_MMU # dbus
9         depends on BR2_PACKAGE_HAS_UDEV
10         select BR2_PACKAGE_DBUS
11         select BR2_PACKAGE_DBUS_GLIB
12         select BR2_PACKAGE_GNUTLS
13         select BR2_PACKAGE_LIBGCRYPT
14         select BR2_PACKAGE_LIBNL
15         select BR2_PACKAGE_UTIL_LINUX
16         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
17         select BR2_PACKAGE_WIRELESS_TOOLS
18         select BR2_PACKAGE_WIRELESS_TOOLS_LIB
19         help
20           NetworkManager is a set of co-operative tools that make networking
21           simple and straightforward. Whether WiFi, wired, 3G, or Bluetooth,
22           NetworkManager allows you to quickly move from one network to
23           another: once a network has been configured and joined once, it
24           can be detected and re-joined automatically the next time it's
25           available.
27           http://projects.gnome.org/NetworkManager/
29 if BR2_PACKAGE_NETWORK_MANAGER
31 config BR2_PACKAGE_NETWORK_MANAGER_MODEM_MANAGER
32         bool "modem-manager support"
33         select BR2_PACKAGE_MODEM_MANAGER
34         select BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
35         select BR2_PACKAGE_MODEM_MANAGER_LIBQMI
36         help
37           This option enables support for ModemManager
39 config BR2_PACKAGE_NETWORK_MANAGER_PPPD
40         bool "pppd support"
41         select BR2_PACKAGE_PPPD
42         help
43           This option enables support for PPPD daemon
44 endif
46 comment "NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads"
47         depends on !BR2_avr32
48         depends on BR2_USE_MMU
49         depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
50                 !BR2_TOOLCHAIN_HAS_THREADS || \
51                 !BR2_PACKAGE_HAS_UDEV