mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
connman: cleanup Config.in
Reformat help text to fit in menuconfig, slightly tweak wording, strip trailing spaces and clarify that wpa_supplicant is only a runtime dependency. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8b8174e714
commit
019188d2ee
@ -10,9 +10,9 @@ config BR2_PACKAGE_CONNMAN
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
||||||
depends on BR2_USE_MMU # dbus, libglib2
|
depends on BR2_USE_MMU # dbus, libglib2
|
||||||
help
|
help
|
||||||
The Connection Manager (ConnMan) project provides a daemon for
|
The Connection Manager (ConnMan) project provides a daemon
|
||||||
managing internet connections within embedded devices running
|
for managing internet connections within embedded devices
|
||||||
the Linux operating system.
|
running the Linux operating system.
|
||||||
|
|
||||||
For more information, see http://connman.net/
|
For more information, see http://connman.net/
|
||||||
|
|
||||||
@ -24,10 +24,11 @@ config BR2_PACKAGE_CONNMAN_ETHERNET
|
|||||||
|
|
||||||
config BR2_PACKAGE_CONNMAN_WIFI
|
config BR2_PACKAGE_CONNMAN_WIFI
|
||||||
bool "enable WiFi support"
|
bool "enable WiFi support"
|
||||||
select BR2_PACKAGE_WPA_SUPPLICANT
|
select BR2_PACKAGE_WPA_SUPPLICANT # runtime
|
||||||
help
|
help
|
||||||
Enable WiFi support (scan and static/dhcp interface setup). ConnMan
|
Enable WiFi support (scan and static/dhcp interface
|
||||||
detect the start of wpa_supplicant automatically.
|
setup). ConnMan detects the start of wpa_supplicant
|
||||||
|
automatically.
|
||||||
|
|
||||||
config BR2_PACKAGE_CONNMAN_WISPR
|
config BR2_PACKAGE_CONNMAN_WISPR
|
||||||
bool "enable WISPr support"
|
bool "enable WISPr support"
|
||||||
@ -40,8 +41,9 @@ config BR2_PACKAGE_CONNMAN_WISPR
|
|||||||
config BR2_PACKAGE_CONNMAN_BLUETOOTH
|
config BR2_PACKAGE_CONNMAN_BLUETOOTH
|
||||||
bool "enable Bluetooth support"
|
bool "enable Bluetooth support"
|
||||||
help
|
help
|
||||||
Enable Bluetooth (PAN profile) support. The start of bluetoothd is
|
Enable Bluetooth (PAN profile) support. The start of
|
||||||
automatically detected and only a runtime dependency.
|
bluetoothd is automatically detected and only a runtime
|
||||||
|
dependency.
|
||||||
|
|
||||||
config BR2_PACKAGE_CONNMAN_LOOPBACK
|
config BR2_PACKAGE_CONNMAN_LOOPBACK
|
||||||
bool "enable loopback support"
|
bool "enable loopback support"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user