2011-12-06 00:27:01 +01:00
|
|
|
config BR2_PACKAGE_CONNMAN
|
|
|
|
bool "connman"
|
2014-05-30 17:26:21 +02:00
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # dbus, libglib2
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # needs dlopen()
|
2016-03-10 02:06:51 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2017-05-07 19:54:00 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # missing res_ninit()
|
2017-04-22 19:17:50 +02:00
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_IPTABLES
|
2011-12-06 00:27:01 +01:00
|
|
|
help
|
2014-05-30 23:21:43 +02:00
|
|
|
The Connection Manager (ConnMan) project provides a daemon
|
|
|
|
for managing internet connections within embedded devices
|
|
|
|
running the Linux operating system.
|
2011-12-06 00:27:01 +01:00
|
|
|
|
2014-05-23 18:37:43 +02:00
|
|
|
For more information, see https://01.org/connman
|
2011-12-06 00:27:01 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_CONNMAN
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_ETHERNET
|
|
|
|
bool "enable Ethernet support"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_WIFI
|
|
|
|
bool "enable WiFi support"
|
2014-05-30 23:21:43 +02:00
|
|
|
select BR2_PACKAGE_WPA_SUPPLICANT # runtime
|
2014-10-13 09:47:34 +02:00
|
|
|
select BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW # runtime
|
2014-05-30 17:26:21 +02:00
|
|
|
help
|
2014-05-30 23:21:43 +02:00
|
|
|
Enable WiFi support (scan and static/dhcp interface
|
|
|
|
setup). ConnMan detects the start of wpa_supplicant
|
|
|
|
automatically.
|
2014-05-30 17:26:21 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_WISPR
|
|
|
|
bool "enable WISPr support"
|
2017-05-25 18:34:43 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # gnutls
|
2014-05-30 17:26:21 +02:00
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
|
|
help
|
|
|
|
Enable support for Wireless Internet Service Provider
|
|
|
|
roaming (WISPr). A RADIUS server is used to authenticate the
|
|
|
|
subscriber's credentials.
|
2011-12-06 00:27:01 +01:00
|
|
|
|
2017-05-25 18:34:43 +02:00
|
|
|
comment "connman WISPr needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
2011-12-06 00:27:01 +01:00
|
|
|
config BR2_PACKAGE_CONNMAN_BLUETOOTH
|
|
|
|
bool "enable Bluetooth support"
|
2014-05-30 17:26:21 +02:00
|
|
|
help
|
2015-01-13 19:35:02 +01:00
|
|
|
Enable Bluetooth support. The start of bluetoothd is
|
|
|
|
automatically detected and only a runtime dependency.
|
2011-12-06 00:27:01 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_LOOPBACK
|
|
|
|
bool "enable loopback support"
|
|
|
|
|
2013-11-28 10:36:40 +01:00
|
|
|
config BR2_PACKAGE_CONNMAN_NEARD
|
|
|
|
bool "enable neard support"
|
2016-02-02 16:31:36 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # neard
|
2017-04-22 19:17:50 +02:00
|
|
|
select BR2_PACKAGE_NEARD
|
2013-11-28 10:36:40 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_OFONO
|
|
|
|
bool "enable ofono support"
|
2016-02-22 13:25:38 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # ofono
|
2013-11-28 10:36:40 +01:00
|
|
|
select BR2_PACKAGE_OFONO
|
2011-12-06 00:27:01 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_DEBUG
|
|
|
|
bool "enable compiling with debugging information"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_CONNMAN_CLIENT
|
|
|
|
bool "enable command line client"
|
2012-09-21 04:54:19 +02:00
|
|
|
select BR2_PACKAGE_READLINE
|
2011-12-06 00:27:01 +01:00
|
|
|
|
|
|
|
endif # BR2_PACKAGE_CONNMAN
|
|
|
|
|
2016-08-18 23:48:21 +02:00
|
|
|
comment "connman needs a glibc or uClibc toolchain w/ wchar, threads, resolver, dynamic library"
|
2015-02-14 10:23:06 +01:00
|
|
|
depends on BR2_USE_MMU
|
2016-03-10 02:06:51 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2016-08-18 23:48:21 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|